#77112D

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

Shades of Claret #77112D

Tints of Claret #77112D

Color information

#77112D (or 0x77112D) is unknown color: approx Claret. HEX triplet: 77, 11 and 2D. RGB value is (119,17,45). Sum of RGB (Red+Green+Blue) = 119+17+45=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77112D is #88EED2. Grayscale: #323232. Windows color (decimal): -8974035 or 2953591. OLE color: 2953591.

HSL color Cylindrical-coordinate representation of color #77112D: hue angle of 343.53º 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 #77112D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1191745-
CMYK00.860.620.53
HSL343.53º75%26.67%-
HSV(B)343.53º85.71%46.67%-
XYZ8.284.512.92-
YUV50.69124.79176.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 65.75%
GREEN value IS 17 (7.03% from 255) = 9.39%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=65.75%
G=9.39%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119174500.860.620.53343.537526.67
Hex77112D0563E351584b1b
Octal16721550126766553011333
Binary11101111000110110101010110111110110101101011000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77112D; }

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

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

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

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

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

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

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

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