Html Css Color HEX #932013 Mandarian Orange

📋 copy color: '#932013'

red 147 ◦ green 32 ◦ blue 19

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

Shades of Mandarian Orange #932013

Tints of Mandarian Orange #932013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 74.24%
G = 16.16%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#932013 (or 0x932013) is known color: Mandarian Orange. HEX triplet: 93, 20 and 13. RGB value is (147,32,19). Sum of RGB (Red+Green+Blue) = 147+32+19=198 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.24% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 147 - color contains mainly: red. Hex color #932013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932013 is #6CDFEC. Grayscale: #414141. Windows color (decimal): -7135213 or 1253523. OLE color: 1253523.

HSL color Cylindrical-coordinate representation of color #932013: hue angle of 6.09º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #932013 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 32 19 -
CMYK 0 0.78 0.87 0.42
HSL 6.09º 0.77% 0.33% -
HSV(B) 6.09º 0.87% 0.58% -
XYZ 12.67 7.28 1.35 -
YUV 64.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 147 32 19 0 0.78 0.87 0.42 6.09 0.77 0.33
Hex 93 20 13 0 4E 57 2A 6 4D 21
Octal 223 40 23 0 116 127 52 6 115 41
Binary 10010011 100000 10011 0 1001110 1010111 101010 110 1001101 100001

Color Harmonies of #932013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932013

Black with #932013

Text Example


Text Example

White with #932013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932013; }

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

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

background-color css

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

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

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

border-color css

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

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

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