#811518

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

Shades of Red Berry #811518

Tints of Red Berry #811518

Color information

#811518 (or 0x811518) is unknown color: approx Red Berry. HEX triplet: 81, 15 and 18. RGB value is (129,21,24). Sum of RGB (Red+Green+Blue) = 129+21+24=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #811518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811518 is #7EEAE7. Grayscale: #353535. Windows color (decimal): -8317672 or 1578369. OLE color: 1578369.

HSL color Cylindrical-coordinate representation of color #811518: hue angle of 358.33º 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 #811518 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB1292124-
CMYK00.840.810.49
HSL358.33º72%29.41%-
HSV(B)358.33º83.72%50.59%-
XYZ9.495.271.38-
YUV53.63111.28181.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.14%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=74.14%
G=12.07%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129212400.840.810.49358.337229.41
Hex8115180545131166481d
Octal201253001241216154611035
Binary100000011010111000010101001010001110001101100110100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811518; }

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

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

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

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

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

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

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

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