Html Css Color HEX #821620 Red Berry

📋 copy color: '#821620'

red 130 ◦ green 22 ◦ blue 32

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

Shades of Red Berry #821620

Tints of Red Berry #821620

RGB

 RED value IS 130 (51.17% from 255) = 70.65%

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

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 70.65%
G = 11.96%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#821620 (or 0x821620) is known color: Red Berry. HEX triplet: 82, 16 and 20. RGB value is (130,22,32). Sum of RGB (Red+Green+Blue) = 130+22+32=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #821620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821620 is #7DE9DF. Grayscale: #373737. Windows color (decimal): -8251872 or 2102914. OLE color: 2102914.

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

Color convert

RGB 130 22 32 -
CMYK 0 0.83 0.75 0.49
HSL 354.44º 0.71% 0.3% -
HSV(B) 354.44º 0.83% 0.51% -
XYZ 9.75 5.42 1.9 -
YUV 55.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 130 22 32 0 0.83 0.75 0.49 354.44 0.71 0.3
Hex 82 16 20 0 53 4B 31 162 47 1E
Octal 202 26 40 0 123 113 61 542 107 36
Binary 10000010 10110 100000 0 1010011 1001011 110001 101100010 1000111 11110

Color Harmonies of #821620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821620

Black with #821620

Text Example


Text Example

White with #821620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821620; }

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

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

background-color css

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

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

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

border-color css

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

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

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