#771937

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

Shades of Claret #771937

Tints of Claret #771937

Color information

#771937 (or 0x771937) is unknown color: approx Claret. HEX triplet: 77, 19 and 37. RGB value is (119,25,55). Sum of RGB (Red+Green+Blue) = 119+25+55=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #771937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771937 is #88E6C8. Grayscale: #383838. Windows color (decimal): -8971977 or 3610999. OLE color: 3610999.

HSL color Cylindrical-coordinate representation of color #771937: hue angle of 340.85º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771937 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB1192555-
CMYK00.790.540.53
HSL340.85º65.28%28.24%-
HSV(B)340.85º78.99%46.67%-
XYZ8.644.894.1-
YUV56.53127.14172.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.80%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 55 (21.88% from 255) = 27.64%
R=59.80%
G=12.56%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119255500.790.540.53340.8565.2828.24
Hex77193704F3635155411c
Octal16731670117666552510134
Binary11101111100111011101001111110110110101101010101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771937; }

 p { color: rgb(119,25,55); }

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

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

 a { background-color: rgb(119,25,55); }

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

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

 span { border-color: rgb(119,25,55); }

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