Html Css Color HEX #932314 Mandarian Orange

📋 copy color: '#932314'

red 147 ◦ green 35 ◦ blue 20

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

Shades of Mandarian Orange #932314

Tints of Mandarian Orange #932314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 72.77%
G = 17.33%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#932314 (or 0x932314) is known color: Mandarian Orange. HEX triplet: 93, 23 and 14. RGB value is (147,35,20). Sum of RGB (Red+Green+Blue) = 147+35+20=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #932314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932314 is #6CDCEB. Grayscale: #424242. Windows color (decimal): -7134444 or 1319827. OLE color: 1319827.

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

Color convert

RGB 147 35 20 -
CMYK 0 0.76 0.86 0.42
HSL 7.09º 0.76% 0.33% -
HSV(B) 7.09º 0.86% 0.58% -
XYZ 12.76 7.46 1.43 -
YUV 66.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 147 35 20 0 0.76 0.86 0.42 7.09 0.76 0.33
Hex 93 23 14 0 4C 56 2A 7 4C 21
Octal 223 43 24 0 114 126 52 7 114 41
Binary 10010011 100011 10100 0 1001100 1010110 101010 111 1001100 100001

Color Harmonies of #932314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932314

Black with #932314

Text Example


Text Example

White with #932314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932314; }

 p { color: rgb(147,35,20); }

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

background-color css

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

 a { background-color: rgb(147,35,20); }

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

border-color css

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

 span { border-color: rgb(147,35,20); }

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