Html Css Color HEX #802522 Mandarian Orange

📋 copy color: '#802522'

red 128 ◦ green 37 ◦ blue 34

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

Shades of Mandarian Orange #802522

Tints of Mandarian Orange #802522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

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

R = 64.32%
G = 18.59%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#802522 (or 0x802522) is known color: Mandarian Orange. HEX triplet: 80, 25 and 22. RGB value is (128,37,34). Sum of RGB (Red+Green+Blue) = 128+37+34=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #802522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802522 is #7FDADD. Grayscale: #3F3F3F. Windows color (decimal): -8379102 or 2237824. OLE color: 2237824.

HSL color Cylindrical-coordinate representation of color #802522: hue angle of 1.91º 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 #802522 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 34 -
CMYK 0 0.71 0.73 0.50
HSL 1.91º 0.58% 0.32% -
HSV(B) 1.91º 0.73% 0.5% -
XYZ 9.85 6.03 2.16 -
YUV 63.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 128 37 34 0 0.71 0.73 0.50 1.91 0.58 0.32
Hex 80 25 22 0 47 49 32 2 3A 20
Octal 200 45 42 0 107 111 62 2 72 40
Binary 10000000 100101 100010 0 1000111 1001001 110010 10 111010 100000

Color Harmonies of #802522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802522

Black with #802522

Text Example


Text Example

White with #802522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802522; }

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

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

background-color css

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

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

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

border-color css

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

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

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