#821820

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

Shades of Red Berry #821820

Tints of Red Berry #821820

Color information

#821820 (or 0x821820) is unknown color: approx Red Berry. HEX triplet: 82, 18 and 20. RGB value is (130,24,32). Sum of RGB (Red+Green+Blue) = 130+24+32=186 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.89% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 130 - color contains mainly: red. Hex color #821820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821820 is #7DE7DF. Grayscale: #383838. Windows color (decimal): -8251360 or 2103426. OLE color: 2103426.

HSL color Cylindrical-coordinate representation of color #821820: hue angle of 355.47º degrees, saturation: 0.69, 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 #821820 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1302432-
CMYK00.820.750.49
HSL355.47º68.83%30.2%-
HSV(B)355.47º81.54%50.98%-
XYZ9.795.51.91-
YUV56.61114.12180.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.89%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 32 (12.89% from 255) = 17.20%
R=69.89%
G=12.90%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130243200.820.750.49355.4768.8330.2
Hex8218200524B31163451e
Octal202304001221136154310536
Binary1000001011000100000010100101001011110001101100011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821820; }

 p { color: rgb(130,24,32); }

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

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

 a { background-color: rgb(130,24,32); }

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

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

 span { border-color: rgb(130,24,32); }

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