Html Css Color HEX #821520 Red Berry

📋 copy color: '#821520'

red 130 ◦ green 21 ◦ blue 32

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

Shades of Red Berry #821520

Tints of Red Berry #821520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.48%

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

R = 71.04%
G = 11.48%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#821520 (or 0x821520) is known color: Red Berry. HEX triplet: 82, 15 and 20. RGB value is (130,21,32). Sum of RGB (Red+Green+Blue) = 130+21+32=183 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.04% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 130 - color contains mainly: red. Hex color #821520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821520 is #7DEADF. Grayscale: #363636. Windows color (decimal): -8252128 or 2102658. OLE color: 2102658.

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

Color convert

RGB 130 21 32 -
CMYK 0 0.84 0.75 0.49
HSL 353.94º 0.72% 0.3% -
HSV(B) 353.94º 0.84% 0.51% -
XYZ 9.73 5.39 1.89 -
YUV 54.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 130 21 32 0 0.84 0.75 0.49 353.94 0.72 0.3
Hex 82 15 20 0 54 4B 31 162 48 1E
Octal 202 25 40 0 124 113 61 542 110 36
Binary 10000010 10101 100000 0 1010100 1001011 110001 101100010 1001000 11110

Color Harmonies of #821520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821520

Black with #821520

Text Example


Text Example

White with #821520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821520; }

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

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

background-color css

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

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

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

border-color css

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

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

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