Html Css Color HEX #802422 Mandarian Orange

📋 copy color: '#802422'

red 128 ◦ green 36 ◦ blue 34

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

Shades of Mandarian Orange #802422

Tints of Mandarian Orange #802422

RGB

 RED value IS 128 (50.39% from 255) = 64.65%

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

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

R = 64.65%
G = 18.18%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#802422 (or 0x802422) is known color: Mandarian Orange. HEX triplet: 80, 24 and 22. RGB value is (128,36,34). Sum of RGB (Red+Green+Blue) = 128+36+34=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #802422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802422 is #7FDBDD. Grayscale: #3F3F3F. Windows color (decimal): -8379358 or 2237568. OLE color: 2237568.

HSL color Cylindrical-coordinate representation of color #802422: hue angle of 1.28º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802422 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 34 -
CMYK 0 0.72 0.73 0.50
HSL 1.28º 0.58% 0.32% -
HSV(B) 1.28º 0.73% 0.5% -
XYZ 9.82 5.97 2.15 -
YUV 63.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 128 36 34 0 0.72 0.73 0.50 1.28 0.58 0.32
Hex 80 24 22 0 48 49 32 1 3A 20
Octal 200 44 42 0 110 111 62 1 72 40
Binary 10000000 100100 100010 0 1001000 1001001 110010 1 111010 100000

Color Harmonies of #802422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802422

Black with #802422

Text Example


Text Example

White with #802422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802422; }

 p { color: rgb(128,36,34); }

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

background-color css

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

 a { background-color: rgb(128,36,34); }

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

border-color css

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

 span { border-color: rgb(128,36,34); }

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