Html Css Color HEX #802420 Mandarian Orange

📋 copy color: '#802420'

red 128 ◦ green 36 ◦ blue 32

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

Shades of Mandarian Orange #802420

Tints of Mandarian Orange #802420

RGB

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

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

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

R = 65.31%
G = 18.37%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#802420 (or 0x802420) is known color: Mandarian Orange. HEX triplet: 80, 24 and 20. RGB value is (128,36,32). Sum of RGB (Red+Green+Blue) = 128+36+32=196 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.31% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 128 - color contains mainly: red. Hex color #802420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802420 is #7FDBDF. Grayscale: #3F3F3F. Windows color (decimal): -8379360 or 2106496. OLE color: 2106496.

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

Color convert

RGB 128 36 32 -
CMYK 0 0.72 0.75 0.50
HSL 2.5º 0.6% 0.31% -
HSV(B) 2.5º 0.75% 0.5% -
XYZ 9.79 5.96 2 -
YUV 63.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 128 36 32 0 0.72 0.75 0.50 2.5 0.6 0.31
Hex 80 24 20 0 48 4B 32 2 3C 1F
Octal 200 44 40 0 110 113 62 2 74 37
Binary 10000000 100100 100000 0 1001000 1001011 110010 10 111100 11111

Color Harmonies of #802420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802420

Black with #802420

Text Example


Text Example

White with #802420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802420; }

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

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

background-color css

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

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

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

border-color css

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

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

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