Html Css Color HEX #931E16 Mandarian Orange

📋 copy color: '#931E16'

red 147 ◦ green 30 ◦ blue 22

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

Shades of Mandarian Orange #931E16

Tints of Mandarian Orange #931E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 73.87%
G = 15.08%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#931E16 (or 0x931E16) is known color: Mandarian Orange. HEX triplet: 93, 1E and 16. RGB value is (147,30,22). Sum of RGB (Red+Green+Blue) = 147+30+22=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #931E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E16 is #6CE1E9. Grayscale: #404040. Windows color (decimal): -7135722 or 1449619. OLE color: 1449619.

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

Color convert

RGB 147 30 22 -
CMYK 0 0.80 0.85 0.42
HSL 3.84º 0.74% 0.33% -
HSV(B) 3.84º 0.85% 0.58% -
XYZ 12.64 7.19 1.48 -
YUV 64.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 147 30 22 0 0.80 0.85 0.42 3.84 0.74 0.33
Hex 93 1E 16 0 50 55 2A 4 4A 21
Octal 223 36 26 0 120 125 52 4 112 41
Binary 10010011 11110 10110 0 1010000 1010101 101010 100 1001010 100001

Color Harmonies of #931E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931E16

Black with #931E16

Text Example


Text Example

White with #931E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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