Html Css Color HEX #802524 Mandarian Orange

📋 copy color: '#802524'

red 128 ◦ green 37 ◦ blue 36

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

Shades of Mandarian Orange #802524

Tints of Mandarian Orange #802524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.91%

R = 63.68%
G = 18.41%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#802524 (or 0x802524) is known color: Mandarian Orange. HEX triplet: 80, 25 and 24. RGB value is (128,37,36). Sum of RGB (Red+Green+Blue) = 128+37+36=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802524 is #7FDADB. Grayscale: #404040. Windows color (decimal): -8379100 or 2368896. OLE color: 2368896.

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

Color convert

RGB 128 37 36 -
CMYK 0 0.71 0.72 0.50
HSL 0.65º 0.56% 0.32% -
HSV(B) 0.65º 0.72% 0.5% -
XYZ 9.88 6.04 2.31 -
YUV 64.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 128 37 36 0 0.71 0.72 0.50 0.65 0.56 0.32
Hex 80 25 24 0 47 48 32 1 38 20
Octal 200 45 44 0 107 110 62 1 70 40
Binary 10000000 100101 100100 0 1000111 1001000 110010 1 111000 100000

Color Harmonies of #802524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802524

Black with #802524

Text Example


Text Example

White with #802524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802524; }

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

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

background-color css

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

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

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

border-color css

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

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

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