Html Css Color HEX #811619 Red Berry

📋 copy color: '#811619'

red 129 ◦ green 22 ◦ blue 25

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

Shades of Red Berry #811619

Tints of Red Berry #811619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.5%

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

R = 73.3%
G = 12.5%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#811619 (or 0x811619) is known color: Red Berry. HEX triplet: 81, 16 and 19. RGB value is (129,22,25). Sum of RGB (Red+Green+Blue) = 129+22+25=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #811619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811619 is #7EE9E6. Grayscale: #363636. Windows color (decimal): -8317415 or 1644161. OLE color: 1644161.

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

Color convert

RGB 129 22 25 -
CMYK 0 0.83 0.81 0.49
HSL 358.32º 0.71% 0.3% -
HSV(B) 358.32º 0.83% 0.51% -
XYZ 9.52 5.31 1.44 -
YUV 54.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 129 22 25 0 0.83 0.81 0.49 358.32 0.71 0.3
Hex 81 16 19 0 53 51 31 166 47 1E
Octal 201 26 31 0 123 121 61 546 107 36
Binary 10000001 10110 11001 0 1010011 1010001 110001 101100110 1000111 11110

Color Harmonies of #811619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811619

Black with #811619

Text Example


Text Example

White with #811619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811619; }

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

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

background-color css

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

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

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

border-color css

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

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

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