Html Css Color HEX #811721 Red Berry

📋 copy color: '#811721'

red 129 ◦ green 23 ◦ blue 33

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

Shades of Red Berry #811721

Tints of Red Berry #811721

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.43%

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

R = 69.73%
G = 12.43%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#811721 (or 0x811721) is known color: Red Berry. HEX triplet: 81, 17 and 21. RGB value is (129,23,33). Sum of RGB (Red+Green+Blue) = 129+23+33=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #811721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811721 is #7EE8DE. Grayscale: #373737. Windows color (decimal): -8317151 or 2168705. OLE color: 2168705.

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

Color convert

RGB 129 23 33 -
CMYK 0 0.82 0.74 0.49
HSL 354.34º 0.7% 0.3% -
HSV(B) 354.34º 0.82% 0.51% -
XYZ 9.63 5.39 1.97 -
YUV 55.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 129 23 33 0 0.82 0.74 0.49 354.34 0.7 0.3
Hex 81 17 21 0 52 4A 31 162 46 1E
Octal 201 27 41 0 122 112 61 542 106 36
Binary 10000001 10111 100001 0 1010010 1001010 110001 101100010 1000110 11110

Color Harmonies of #811721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811721

Black with #811721

Text Example


Text Example

White with #811721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811721; }

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

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

background-color css

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

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

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

border-color css

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

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

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