Html Css Color HEX #811621 Red Berry

📋 copy color: '#811621'

red 129 ◦ green 22 ◦ blue 33

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

Shades of Red Berry #811621

Tints of Red Berry #811621

RGB

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

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

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

R = 70.11%
G = 11.96%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#811621 (or 0x811621) is known color: Red Berry. HEX triplet: 81, 16 and 21. RGB value is (129,22,33). Sum of RGB (Red+Green+Blue) = 129+22+33=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #811621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811621 is #7EE9DE. Grayscale: #373737. Windows color (decimal): -8317407 or 2168449. OLE color: 2168449.

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

Color convert

RGB 129 22 33 -
CMYK 0 0.83 0.74 0.49
HSL 353.83º 0.71% 0.3% -
HSV(B) 353.83º 0.83% 0.51% -
XYZ 9.61 5.35 1.96 -
YUV 55.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 129 22 33 0 0.83 0.74 0.49 353.83 0.71 0.3
Hex 81 16 21 0 53 4A 31 162 47 1E
Octal 201 26 41 0 123 112 61 542 107 36
Binary 10000001 10110 100001 0 1010011 1001010 110001 101100010 1000111 11110

Color Harmonies of #811621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811621

Black with #811621

Text Example


Text Example

White with #811621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811621; }

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

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

background-color css

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

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

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

border-color css

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

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

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