#771C3C

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

Shades of Claret #771C3C

Tints of Claret #771C3C

Color information

#771C3C (or 0x771C3C) is unknown color: approx Claret. HEX triplet: 77, 1C and 3C. RGB value is (119,28,60). Sum of RGB (Red+Green+Blue) = 119+28+60=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #771C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771C3C is #88E3C3. Grayscale: #3A3A3A. Windows color (decimal): -8971204 or 3939447. OLE color: 3939447.

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

Color convert

RGB1192860-
CMYK00.760.500.53
HSL338.9º61.9%28.82%-
HSV(B)338.9º76.47%46.67%-
XYZ8.845.084.79-
YUV58.86128.65170.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.49%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 60 (23.83% from 255) = 28.99%
R=57.49%
G=13.53%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119286000.760.500.53338.961.928.82
Hex771C3C04C32351533e1d
Octal1673474011462655237635
Binary1110111111001111000100110011001011010110101001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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