#811517

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

Shades of Red Berry #811517

Tints of Red Berry #811517

Color information

#811517 (or 0x811517) is unknown color: approx Red Berry. HEX triplet: 81, 15 and 17. RGB value is (129,21,23). Sum of RGB (Red+Green+Blue) = 129+21+23=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #811517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811517 is #7EEAE8. Grayscale: #353535. Windows color (decimal): -8317673 or 1512833. OLE color: 1512833.

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

Color convert

RGB1292123-
CMYK00.840.820.49
HSL358.89º72%29.41%-
HSV(B)358.89º83.72%50.59%-
XYZ9.485.271.33-
YUV53.52110.78181.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.57%
GREEN value IS 21 (8.59% from 255) = 12.14%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=74.57%
G=12.14%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129212300.840.820.49358.897229.41
Hex8115170545231167481d
Octal201252701241226154711035
Binary100000011010110111010101001010010110001101100111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811517; }

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

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

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

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

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

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

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

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