#811718

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

Shades of Red Berry #811718

Tints of Red Berry #811718

Color information

#811718 (or 0x811718) is unknown color: approx Red Berry. HEX triplet: 81, 17 and 18. RGB value is (129,23,24). Sum of RGB (Red+Green+Blue) = 129+23+24=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #811718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811718 is #7EE8E7. Grayscale: #363636. Windows color (decimal): -8317160 or 1578881. OLE color: 1578881.

HSL color Cylindrical-coordinate representation of color #811718: hue angle of 359.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811718 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1292324-
CMYK00.820.810.49
HSL359.43º69.74%29.8%-
HSV(B)359.43º82.17%50.59%-
XYZ9.525.351.39-
YUV54.81110.62180.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 73.30%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=73.30%
G=13.07%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129232400.820.810.49359.4369.7429.8
Hex8117180525131167461e
Octal201273001221216154710636
Binary100000011011111000010100101010001110001101100111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811718; }

 p { color: rgb(129,23,24); }

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

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

 a { background-color: rgb(129,23,24); }

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

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

 span { border-color: rgb(129,23,24); }

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