Html Css Color HEX #93200F Mandarian Orange

📋 copy color: '#93200F'

red 147 ◦ green 32 ◦ blue 15

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

Shades of Mandarian Orange #93200F

Tints of Mandarian Orange #93200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.73%

R = 75.77%
G = 16.49%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#93200F (or 0x93200F) is known color: Mandarian Orange. HEX triplet: 93, 20 and 0F. RGB value is (147,32,15). Sum of RGB (Red+Green+Blue) = 147+32+15=194 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.77% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 147 - color contains mainly: red. Hex color #93200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93200F is #6CDFF0. Grayscale: #404040. Windows color (decimal): -7135217 or 991379. OLE color: 991379.

HSL color Cylindrical-coordinate representation of color #93200F: hue angle of 7.73º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93200F is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 15 -
CMYK 0 0.78 0.90 0.42
HSL 7.73º 0.81% 0.32% -
HSV(B) 7.73º 0.9% 0.58% -
XYZ 12.64 7.27 1.19 -
YUV 64.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 147 32 15 0 0.78 0.90 0.42 7.73 0.81 0.32
Hex 93 20 F 0 4E 5A 2A 8 51 20
Octal 223 40 17 0 116 132 52 10 121 40
Binary 10010011 100000 1111 0 1001110 1011010 101010 1000 1010001 100000

Color Harmonies of #93200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93200F

Black with #93200F

Text Example


Text Example

White with #93200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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