Html Css Color HEX #822420 Mandarian Orange

📋 copy color: '#822420'

red 130 ◦ green 36 ◦ blue 32

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

Shades of Mandarian Orange #822420

Tints of Mandarian Orange #822420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.18%

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

R = 65.66%
G = 18.18%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#822420 (or 0x822420) is known color: Mandarian Orange. HEX triplet: 82, 24 and 20. RGB value is (130,36,32). Sum of RGB (Red+Green+Blue) = 130+36+32=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #822420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822420 is #7DDBDF. Grayscale: #3F3F3F. Windows color (decimal): -8248288 or 2106498. OLE color: 2106498.

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

Color convert

RGB 130 36 32 -
CMYK 0 0.72 0.75 0.49
HSL 2.45º 0.6% 0.32% -
HSV(B) 2.45º 0.75% 0.51% -
XYZ 10.1 6.11 2.01 -
YUV 63.65 110.14 175.33 -
System Red Green Blue C M Y K H S L
Decimal 130 36 32 0 0.72 0.75 0.49 2.45 0.6 0.32
Hex 82 24 20 0 48 4B 31 2 3C 20
Octal 202 44 40 0 110 113 61 2 74 40
Binary 10000010 100100 100000 0 1001000 1001011 110001 10 111100 100000

Color Harmonies of #822420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822420

Black with #822420

Text Example


Text Example

White with #822420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822420; }

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

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

background-color css

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

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

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

border-color css

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

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

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