Html Css Color HEX #932320 Mandarian Orange

📋 copy color: '#932320'

red 147 ◦ green 35 ◦ blue 32

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

Shades of Mandarian Orange #932320

Tints of Mandarian Orange #932320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 68.69%
G = 16.36%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#932320 (or 0x932320) is known color: Mandarian Orange. HEX triplet: 93, 23 and 20. RGB value is (147,35,32). Sum of RGB (Red+Green+Blue) = 147+35+32=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #932320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932320 is #6CDCDF. Grayscale: #444444. Windows color (decimal): -7134432 or 2106259. OLE color: 2106259.

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

Color convert

RGB 147 35 32 -
CMYK 0 0.76 0.78 0.42
HSL 1.57º 0.64% 0.35% -
HSV(B) 1.57º 0.78% 0.58% -
XYZ 12.89 7.51 2.14 -
YUV 68.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 147 35 32 0 0.76 0.78 0.42 1.57 0.64 0.35
Hex 93 23 20 0 4C 4E 2A 2 40 23
Octal 223 43 40 0 114 116 52 2 100 43
Binary 10010011 100011 100000 0 1001100 1001110 101010 10 1000000 100011

Color Harmonies of #932320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932320

Black with #932320

Text Example


Text Example

White with #932320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932320; }

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

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

background-color css

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

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

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

border-color css

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

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

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