Html Css Color HEX #811518 Red Berry

📋 copy color: '#811518'

red 129 ◦ green 21 ◦ blue 24

#811518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #811518

Tints of Red Berry #811518

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 value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811518 (or 0x811518) is known color: 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

RGB 129 21 24 -
CMYK 0 0.84 0.81 0.49
HSL 358.33º 0.72% 0.29% -
HSV(B) 358.33º 0.84% 0.51% -
XYZ 9.49 5.27 1.38 -
YUV 53.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 129 21 24 0 0.84 0.81 0.49 358.33 0.72 0.29
Hex 81 15 18 0 54 51 31 166 48 1D
Octal 201 25 30 0 124 121 61 546 110 35
Binary 10000001 10101 11000 0 1010100 1010001 110001 101100110 1001000 11101

Color Harmonies of #811518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811518

Black with #811518

Text Example


Text Example

White with #811518

Text Example


Text Example

HTML Codes & Css Web 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>