Html Css Color HEX #931E12 Mandarian Orange

📋 copy color: '#931E12'

red 147 ◦ green 30 ◦ blue 18

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

Shades of Mandarian Orange #931E12

Tints of Mandarian Orange #931E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.38%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 75.38%
G = 15.38%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#931E12 (or 0x931E12) is known color: Mandarian Orange. HEX triplet: 93, 1E and 12. RGB value is (147,30,18). Sum of RGB (Red+Green+Blue) = 147+30+18=195 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75.38% from 195); Green value is 30 (12.11% from 255 or 15.38% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 147 - color contains mainly: red. Hex color #931E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E12 is #6CE1ED. Grayscale: #3F3F3F. Windows color (decimal): -7135726 or 1187475. OLE color: 1187475.

HSL color Cylindrical-coordinate representation of color #931E12: hue angle of 5.58º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931E12 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 30 18 -
CMYK 0 0.80 0.88 0.42
HSL 5.58º 0.78% 0.32% -
HSV(B) 5.58º 0.88% 0.58% -
XYZ 12.61 7.18 1.29 -
YUV 63.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 147 30 18 0 0.80 0.88 0.42 5.58 0.78 0.32
Hex 93 1E 12 0 50 58 2A 6 4E 20
Octal 223 36 22 0 120 130 52 6 116 40
Binary 10010011 11110 10010 0 1010000 1011000 101010 110 1001110 100000

Color Harmonies of #931E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931E12

Black with #931E12

Text Example


Text Example

White with #931E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931E12; }

 p { color: rgb(147,30,18); }

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

background-color css

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

 a { background-color: rgb(147,30,18); }

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

border-color css

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

 span { border-color: rgb(147,30,18); }

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