Html Css Color HEX #821522 Red Berry

📋 copy color: '#821522'

red 130 ◦ green 21 ◦ blue 34

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

Shades of Red Berry #821522

Tints of Red Berry #821522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.38%

R = 70.27%
G = 11.35%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#821522 (or 0x821522) is known color: Red Berry. HEX triplet: 82, 15 and 22. RGB value is (130,21,34). Sum of RGB (Red+Green+Blue) = 130+21+34=185 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.27% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 130 - color contains mainly: red. Hex color #821522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821522 is #7DEADD. Grayscale: #373737. Windows color (decimal): -8252126 or 2233730. OLE color: 2233730.

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

Color convert

RGB 130 21 34 -
CMYK 0 0.84 0.74 0.49
HSL 352.84º 0.72% 0.3% -
HSV(B) 352.84º 0.84% 0.51% -
XYZ 9.76 5.4 2.04 -
YUV 55.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 130 21 34 0 0.84 0.74 0.49 352.84 0.72 0.3
Hex 82 15 22 0 54 4A 31 161 48 1E
Octal 202 25 42 0 124 112 61 541 110 36
Binary 10000010 10101 100010 0 1010100 1001010 110001 101100001 1001000 11110

Color Harmonies of #821522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821522

Black with #821522

Text Example


Text Example

White with #821522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821522; }

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

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

background-color css

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

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

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

border-color css

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

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

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