Html Css Color HEX #93201D Mandarian Orange

📋 copy color: '#93201D'

red 147 ◦ green 32 ◦ blue 29

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

Shades of Mandarian Orange #93201D

Tints of Mandarian Orange #93201D

RGB

 RED value IS 147 (57.81% from 255) = 70.67%

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 29 (11.72% from 255) = 13.94%

R = 70.67%
G = 15.38%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93201D (or 0x93201D) is known color: Mandarian Orange. HEX triplet: 93, 20 and 1D. RGB value is (147,32,29). Sum of RGB (Red+Green+Blue) = 147+32+29=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #93201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93201D is #6CDFE2. Grayscale: #424242. Windows color (decimal): -7135203 or 1908883. OLE color: 1908883.

HSL color Cylindrical-coordinate representation of color #93201D: hue angle of 1.53º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93201D is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 29 -
CMYK 0 0.78 0.80 0.42
HSL 1.53º 0.67% 0.35% -
HSV(B) 1.53º 0.8% 0.58% -
XYZ 12.77 7.32 1.9 -
YUV 66.04 107.1 185.74 -
System Red Green Blue C M Y K H S L
Decimal 147 32 29 0 0.78 0.80 0.42 1.53 0.67 0.35
Hex 93 20 1D 0 4E 50 2A 2 43 23
Octal 223 40 35 0 116 120 52 2 103 43
Binary 10010011 100000 11101 0 1001110 1010000 101010 10 1000011 100011

Color Harmonies of #93201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93201D

Black with #93201D

Text Example


Text Example

White with #93201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93201D; }

 p { color: rgb(147,32,29); }

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

background-color css

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

 a { background-color: rgb(147,32,29); }

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

border-color css

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

 span { border-color: rgb(147,32,29); }

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