#81113B

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

Shades of Claret #81113B

Tints of Claret #81113B

Color information

#81113B (or 0x81113B) is unknown color: approx Claret. HEX triplet: 81, 11 and 3B. RGB value is (129,17,59). Sum of RGB (Red+Green+Blue) = 129+17+59=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #81113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #81113B is #7EEEC4. Grayscale: #373737. Windows color (decimal): -8318661 or 3871105. OLE color: 3871105.

HSL color Cylindrical-coordinate representation of color #81113B: hue angle of 337.5º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81113B is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1291759-
CMYK00.870.540.49
HSL337.5º76.71%28.63%-
HSV(B)337.5º86.82%50.59%-
XYZ10.045.384.65-
YUV55.28130.11180.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 62.93%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=62.93%
G=8.29%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129175900.870.540.49337.576.7128.63
Hex81113B05736311524d1d
Octal20121730127666152211535
Binary100000011000111101101010111110110110001101010010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81113B; }

 p { color: rgb(129,17,59); }

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

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

 a { background-color: rgb(129,17,59); }

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

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

 span { border-color: rgb(129,17,59); }

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