#771137

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

Shades of Claret #771137

Tints of Claret #771137

Color information

#771137 (or 0x771137) is unknown color: approx Claret. HEX triplet: 77, 11 and 37. RGB value is (119,17,55). Sum of RGB (Red+Green+Blue) = 119+17+55=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 55 (21.88% from 255 or 28.80% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #771137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771137 is #88EEC8. Grayscale: #333333. Windows color (decimal): -8974025 or 3608951. OLE color: 3608951.

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

Color convert

RGB1191755-
CMYK00.860.540.53
HSL337.65º75%26.67%-
HSV(B)337.65º85.71%46.67%-
XYZ8.54.64.05-
YUV51.83129.79175.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 62.30%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 55 (21.88% from 255) = 28.80%
R=62.30%
G=8.90%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119175500.860.540.53337.657526.67
Hex77113705636351524b1b
Octal16721670126666552211333
Binary11101111000111011101010110110110110101101010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771137; }

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

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

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

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

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

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

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

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