#811A21

Color #811A21 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #811A21

Tints of Red Berry #811A21

Color information

#811A21 (or 0x811A21) is unknown color: approx Red Berry. HEX triplet: 81, 1A and 21. RGB value is (129,26,33). Sum of RGB (Red+Green+Blue) = 129+26+33=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 26 (10.55% from 255 or 13.83% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #811A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811A21 is #7EE5DE. Grayscale: #393939. Windows color (decimal): -8316383 or 2169473. OLE color: 2169473.

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

Color convert

RGB1292633-
CMYK00.800.740.49
HSL355.92º66.45%30.39%-
HSV(B)355.92º79.84%50.59%-
XYZ9.75.521.99-
YUV57.6114.12178.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.62%
GREEN value IS 26 (10.55% from 255) = 13.83%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=68.62%
G=13.83%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129263300.800.740.49355.9266.4530.39
Hex811A210504A31164421e
Octal201324101201126154410236
Binary1000000111010100001010100001001010110001101100100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811A21; }

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

 H1.HeaderClassName
 {
   color: #811A21;
 }
 .AnyTagClassName
 {
   color: #811A21;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #811A21;
 }
 .BgClassName
 {
   background-color: #811A21;
 }
</style>
border-color css

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

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

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