#801821

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

Shades of Red Berry #801821

Tints of Red Berry #801821

Color information

#801821 (or 0x801821) is unknown color: approx Red Berry. HEX triplet: 80, 18 and 21. RGB value is (128,24,33). Sum of RGB (Red+Green+Blue) = 128+24+33=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #801821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801821 is #7FE7DE. Grayscale: #383838. Windows color (decimal): -8382431 or 2168960. OLE color: 2168960.

HSL color Cylindrical-coordinate representation of color #801821: hue angle of 354.81º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801821 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB1282433-
CMYK00.810.740.50
HSL354.81º68.42%29.8%-
HSV(B)354.81º81.25%50.2%-
XYZ9.55.351.97-
YUV56.12114.96179.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.19%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 33 (13.28% from 255) = 17.84%
R=69.19%
G=12.97%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128243300.810.740.50354.8168.4229.8
Hex8018210514A32163441e
Octal200304101211126254310436
Binary1000000011000100001010100011001010110010101100011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801821; }

 p { color: rgb(128,24,33); }

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

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

 a { background-color: rgb(128,24,33); }

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

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

 span { border-color: rgb(128,24,33); }

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