#821421

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

Shades of Red Berry #821421

Tints of Red Berry #821421

Color information

#821421 (or 0x821421) is unknown color: approx Red Berry. HEX triplet: 82, 14 and 21. RGB value is (130,20,33). Sum of RGB (Red+Green+Blue) = 130+20+33=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #821421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821421 is #7DEBDE. Grayscale: #363636. Windows color (decimal): -8252383 or 2167938. OLE color: 2167938.

HSL color Cylindrical-coordinate representation of color #821421: hue angle of 352.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821421 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1302033-
CMYK00.850.750.49
HSL352.91º73.33%29.41%-
HSV(B)352.91º84.62%50.98%-
XYZ9.735.361.96-
YUV54.37115.94181.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.04%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=71.04%
G=10.93%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130203300.850.750.49352.9173.3329.41
Hex8214210554B31161491d
Octal202244101251136154111135
Binary1000001010100100001010101011001011110001101100001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821421; }

 p { color: rgb(130,20,33); }

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

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

 a { background-color: rgb(130,20,33); }

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

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

 span { border-color: rgb(130,20,33); }

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