Html Css Color HEX #93201A Mandarian Orange

📋 copy color: '#93201A'

red 147 ◦ green 32 ◦ blue 26

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

Shades of Mandarian Orange #93201A

Tints of Mandarian Orange #93201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.68%

R = 71.71%
G = 15.61%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93201A (or 0x93201A) is known color: Mandarian Orange. HEX triplet: 93, 20 and 1A. RGB value is (147,32,26). Sum of RGB (Red+Green+Blue) = 147+32+26=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #93201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93201A is #6CDFE5. Grayscale: #414141. Windows color (decimal): -7135206 or 1712275. OLE color: 1712275.

HSL color Cylindrical-coordinate representation of color #93201A: hue angle of 2.98º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93201A is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 26 -
CMYK 0 0.78 0.82 0.42
HSL 2.98º 0.7% 0.34% -
HSV(B) 2.98º 0.82% 0.58% -
XYZ 12.74 7.31 1.72 -
YUV 65.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 147 32 26 0 0.78 0.82 0.42 2.98 0.7 0.34
Hex 93 20 1A 0 4E 52 2A 3 46 22
Octal 223 40 32 0 116 122 52 3 106 42
Binary 10010011 100000 11010 0 1001110 1010010 101010 11 1000110 100010

Color Harmonies of #93201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93201A

Black with #93201A

Text Example


Text Example

White with #93201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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