Html Css Color HEX #821516 Red Berry

📋 copy color: '#821516'

red 130 ◦ green 21 ◦ blue 22

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

Shades of Red Berry #821516

Tints of Red Berry #821516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.72%

R = 75.14%
G = 12.14%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#821516 (or 0x821516) is known color: Red Berry. HEX triplet: 82, 15 and 16. RGB value is (130,21,22). Sum of RGB (Red+Green+Blue) = 130+21+22=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #821516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821516 is #7DEAE9. Grayscale: #353535. Windows color (decimal): -8252138 or 1447298. OLE color: 1447298.

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

Color convert

RGB 130 21 22 -
CMYK 0 0.84 0.83 0.49
HSL 359.45º 0.72% 0.3% -
HSV(B) 359.45º 0.84% 0.51% -
XYZ 9.62 5.34 1.28 -
YUV 53.71 110.11 182.42 -
System Red Green Blue C M Y K H S L
Decimal 130 21 22 0 0.84 0.83 0.49 359.45 0.72 0.3
Hex 82 15 16 0 54 53 31 167 48 1E
Octal 202 25 26 0 124 123 61 547 110 36
Binary 10000010 10101 10110 0 1010100 1010011 110001 101100111 1001000 11110

Color Harmonies of #821516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821516

Black with #821516

Text Example


Text Example

White with #821516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821516; }

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

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

background-color css

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

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

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

border-color css

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

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

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