Html Css Color HEX #932016 Mandarian Orange

📋 copy color: '#932016'

red 147 ◦ green 32 ◦ blue 22

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

Shades of Mandarian Orange #932016

Tints of Mandarian Orange #932016

RGB

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

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

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

R = 73.13%
G = 15.92%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#932016 (or 0x932016) is known color: Mandarian Orange. HEX triplet: 93, 20 and 16. RGB value is (147,32,22). Sum of RGB (Red+Green+Blue) = 147+32+22=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #932016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932016 is #6CDFE9. Grayscale: #414141. Windows color (decimal): -7135210 or 1450131. OLE color: 1450131.

HSL color Cylindrical-coordinate representation of color #932016: hue angle of 4.8º 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 #932016 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 22 -
CMYK 0 0.78 0.85 0.42
HSL 4.8º 0.74% 0.33% -
HSV(B) 4.8º 0.85% 0.58% -
XYZ 12.69 7.29 1.5 -
YUV 65.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 147 32 22 0 0.78 0.85 0.42 4.8 0.74 0.33
Hex 93 20 16 0 4E 55 2A 5 4A 21
Octal 223 40 26 0 116 125 52 5 112 41
Binary 10010011 100000 10110 0 1001110 1010101 101010 101 1001010 100001

Color Harmonies of #932016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932016

Black with #932016

Text Example


Text Example

White with #932016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932016; }

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

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

background-color css

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

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

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

border-color css

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

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

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