#771E3C

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

Shades of Claret #771E3C

Tints of Claret #771E3C

Color information

#771E3C (or 0x771E3C) is unknown color: approx Claret. HEX triplet: 77, 1E and 3C. RGB value is (119,30,60). Sum of RGB (Red+Green+Blue) = 119+30+60=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #771E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771E3C is #88E1C3. Grayscale: #3B3B3B. Windows color (decimal): -8970692 or 3939959. OLE color: 3939959.

HSL color Cylindrical-coordinate representation of color #771E3C: hue angle of 339.78º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #771E3C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1193060-
CMYK00.750.500.53
HSL339.78º59.73%29.22%-
HSV(B)339.78º74.79%46.67%-
XYZ8.895.184.81-
YUV60.03127.99170.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.94%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=56.94%
G=14.35%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119306000.750.500.53339.7859.7329.22
Hex771E3C04B32351543c1d
Octal1673674011362655247435
Binary1110111111101111000100101111001011010110101010011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771E3C; }

 p { color: rgb(119,30,60); }

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

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

 a { background-color: rgb(119,30,60); }

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

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

 span { border-color: rgb(119,30,60); }

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