Html Css Color HEX #802424 Mandarian Orange

📋 copy color: '#802424'

red 128 ◦ green 36 ◦ blue 36

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

Shades of Mandarian Orange #802424

Tints of Mandarian Orange #802424

RGB

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

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

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

R = 64%
G = 18%
B = 18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#802424 (or 0x802424) is known color: Mandarian Orange. HEX triplet: 80, 24 and 24. RGB value is (128,36,36). Sum of RGB (Red+Green+Blue) = 128+36+36=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802424 is #7FDBDB. Grayscale: #3F3F3F. Windows color (decimal): -8379356 or 2368640. OLE color: 2368640.

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

Color convert

RGB 128 36 36 -
CMYK 0 0.72 0.72 0.50
HSL 0.56% 0.32% -
HSV(B) 0.72% 0.5% -
XYZ 9.85 5.98 2.3 -
YUV 63.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 128 36 36 0 0.72 0.72 0.50 0 0.56 0.32
Hex 80 24 24 0 48 48 32 0 38 20
Octal 200 44 44 0 110 110 62 0 70 40
Binary 10000000 100100 100100 0 1001000 1001000 110010 0 111000 100000

Color Harmonies of #802424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802424

Black with #802424

Text Example


Text Example

White with #802424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802424; }

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

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

background-color css

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

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

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

border-color css

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

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

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