#771433

Color #771433 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #771433

Tints of Claret #771433

Color information

#771433 (or 0x771433) is unknown color: approx Claret. HEX triplet: 77, 14 and 33. RGB value is (119,20,51). Sum of RGB (Red+Green+Blue) = 119+20+51=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #771433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771433 is #88EBCC. Grayscale: #353535. Windows color (decimal): -8973261 or 3347575. OLE color: 3347575.

HSL color Cylindrical-coordinate representation of color #771433: hue angle of 341.21º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771433 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1192051-
CMYK00.830.570.53
HSL341.21º71.22%27.25%-
HSV(B)341.21º83.19%46.67%-
XYZ8.464.663.59-
YUV53.14126.8174.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 62.63%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 51 (20.31% from 255) = 26.84%
R=62.63%
G=10.53%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119205100.830.570.53341.2171.2227.25
Hex7714330533935155471b
Octal16724630123716552510733
Binary11101111010011001101010011111001110101101010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771433; }

 p { color: rgb(119,20,51); }

 H1.HeaderClassName
 {
   color: #771433;
 }
 .AnyTagClassName
 {
   color: #771433;
 }
</style>
background-color css

<style>
 a { background-color: #771433; }

 a { background-color: rgb(119,20,51); }

 div.DivClassName
 {
   background-color: #771433;
 }
 .BgClassName
 {
   background-color: #771433;
 }
</style>
border-color css

<style>
 span { border-color: #771433; }

 span { border-color: rgb(119,20,51); }

 td.TdClassName
 {
   border-color: #771433;
 }
 .TagClassName
 {
   border-color: #771433;
 }
</style>