Html Css Color HEX #93200D Mandarian Orange

📋 copy color: '#93200D'

red 147 ◦ green 32 ◦ blue 13

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

Shades of Mandarian Orange #93200D

Tints of Mandarian Orange #93200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 76.56%
G = 16.67%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#93200D (or 0x93200D) is known color: Mandarian Orange. HEX triplet: 93, 20 and 0D. RGB value is (147,32,13). Sum of RGB (Red+Green+Blue) = 147+32+13=192 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.56% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 147 - color contains mainly: red. Hex color #93200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93200D is #6CDFF2. Grayscale: #404040. Windows color (decimal): -7135219 or 860307. OLE color: 860307.

HSL color Cylindrical-coordinate representation of color #93200D: hue angle of 8.51º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93200D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 13 -
CMYK 0 0.78 0.91 0.42
HSL 8.51º 0.84% 0.31% -
HSV(B) 8.51º 0.91% 0.58% -
XYZ 12.62 7.27 1.12 -
YUV 64.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 147 32 13 0 0.78 0.91 0.42 8.51 0.84 0.31
Hex 93 20 D 0 4E 5B 2A 9 54 1F
Octal 223 40 15 0 116 133 52 11 124 37
Binary 10010011 100000 1101 0 1001110 1011011 101010 1001 1010100 11111

Color Harmonies of #93200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93200D

Black with #93200D

Text Example


Text Example

White with #93200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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