Html Css Color HEX #821422 Red Berry

📋 copy color: '#821422'

red 130 ◦ green 20 ◦ blue 34

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

Shades of Red Berry #821422

Tints of Red Berry #821422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 70.65%
G = 10.87%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#821422 (or 0x821422) is known color: Red Berry. HEX triplet: 82, 14 and 22. RGB value is (130,20,34). Sum of RGB (Red+Green+Blue) = 130+20+34=184 (24% of max value = 765). Red value is 130 (51.17% from 255 or 70.65% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 130 - color contains mainly: red. Hex color #821422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821422 is #7DEBDD. Grayscale: #363636. Windows color (decimal): -8252382 or 2233474. OLE color: 2233474.

HSL color Cylindrical-coordinate representation of color #821422: hue angle of 352.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821422 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 34 -
CMYK 0 0.85 0.74 0.49
HSL 352.36º 0.73% 0.29% -
HSV(B) 352.36º 0.85% 0.51% -
XYZ 9.74 5.36 2.03 -
YUV 54.49 116.44 181.86 -
System Red Green Blue C M Y K H S L
Decimal 130 20 34 0 0.85 0.74 0.49 352.36 0.73 0.29
Hex 82 14 22 0 55 4A 31 160 49 1D
Octal 202 24 42 0 125 112 61 540 111 35
Binary 10000010 10100 100010 0 1010101 1001010 110001 101100000 1001001 11101

Color Harmonies of #821422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821422

Black with #821422

Text Example


Text Example

White with #821422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821422; }

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

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

background-color css

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

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

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

border-color css

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

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

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