Html Css Color HEX #802421 Mandarian Orange

📋 copy color: '#802421'

red 128 ◦ green 36 ◦ blue 33

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

Shades of Mandarian Orange #802421

Tints of Mandarian Orange #802421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 64.97%
G = 18.27%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#802421 (or 0x802421) is known color: Mandarian Orange. HEX triplet: 80, 24 and 21. RGB value is (128,36,33). Sum of RGB (Red+Green+Blue) = 128+36+33=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #802421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802421 is #7FDBDE. Grayscale: #3F3F3F. Windows color (decimal): -8379359 or 2172032. OLE color: 2172032.

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

Color convert

RGB 128 36 33 -
CMYK 0 0.72 0.74 0.50
HSL 1.89º 0.59% 0.32% -
HSV(B) 1.89º 0.74% 0.5% -
XYZ 9.81 5.96 2.07 -
YUV 63.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 128 36 33 0 0.72 0.74 0.50 1.89 0.59 0.32
Hex 80 24 21 0 48 4A 32 2 3B 20
Octal 200 44 41 0 110 112 62 2 73 40
Binary 10000000 100100 100001 0 1001000 1001010 110010 10 111011 100000

Color Harmonies of #802421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802421

Black with #802421

Text Example


Text Example

White with #802421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802421; }

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

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

background-color css

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

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

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

border-color css

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

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

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