Html Css Color HEX #811519 Red Berry

📋 copy color: '#811519'

red 129 ◦ green 21 ◦ blue 25

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

Shades of Red Berry #811519

Tints of Red Berry #811519

RGB

 RED value IS 129 (50.78% from 255) = 73.71%

 GREEN value IS 21 (8.59% from 255) = 12%

 BLUE value IS 25 (10.16% from 255) = 14.29%

R = 73.71%
G = 12%
B = 14.29%

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

#811519 (or 0x811519) is known color: Red Berry. HEX triplet: 81, 15 and 19. RGB value is (129,21,25). Sum of RGB (Red+Green+Blue) = 129+21+25=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #811519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811519 is #7EEAE6. Grayscale: #353535. Windows color (decimal): -8317671 or 1643905. OLE color: 1643905.

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

Color convert

RGB 129 21 25 -
CMYK 0 0.84 0.81 0.49
HSL 357.78º 0.72% 0.29% -
HSV(B) 357.78º 0.84% 0.51% -
XYZ 9.5 5.27 1.44 -
YUV 53.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 129 21 25 0 0.84 0.81 0.49 357.78 0.72 0.29
Hex 81 15 19 0 54 51 31 166 48 1D
Octal 201 25 31 0 124 121 61 546 110 35
Binary 10000001 10101 11001 0 1010100 1010001 110001 101100110 1001000 11101

Color Harmonies of #811519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811519

Black with #811519

Text Example


Text Example

White with #811519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811519; }

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

 H1.HeaderClassName
 {
   color: #811519;
 }
 .AnyTagClassName
 {
   color: #811519;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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