Html Css Color HEX #811521 Red Berry

📋 copy color: '#811521'

red 129 ◦ green 21 ◦ blue 33

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

Shades of Red Berry #811521

Tints of Red Berry #811521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.03%

R = 70.49%
G = 11.48%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#811521 (or 0x811521) is known color: Red Berry. HEX triplet: 81, 15 and 21. RGB value is (129,21,33). Sum of RGB (Red+Green+Blue) = 129+21+33=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #811521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811521 is #7EEADE. Grayscale: #363636. Windows color (decimal): -8317663 or 2168193. OLE color: 2168193.

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

Color convert

RGB 129 21 33 -
CMYK 0 0.84 0.74 0.49
HSL 353.33º 0.72% 0.29% -
HSV(B) 353.33º 0.84% 0.51% -
XYZ 9.6 5.31 1.96 -
YUV 54.66 115.78 181.02 -
System Red Green Blue C M Y K H S L
Decimal 129 21 33 0 0.84 0.74 0.49 353.33 0.72 0.29
Hex 81 15 21 0 54 4A 31 161 48 1D
Octal 201 25 41 0 124 112 61 541 110 35
Binary 10000001 10101 100001 0 1010100 1001010 110001 101100001 1001000 11101

Color Harmonies of #811521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811521

Black with #811521

Text Example


Text Example

White with #811521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811521; }

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

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

background-color css

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

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

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

border-color css

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

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

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