Html Css Color HEX #932220 Mandarian Orange

📋 copy color: '#932220'

red 147 ◦ green 34 ◦ blue 32

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

Shades of Mandarian Orange #932220

Tints of Mandarian Orange #932220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.96%

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

R = 69.01%
G = 15.96%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#932220 (or 0x932220) is known color: Mandarian Orange. HEX triplet: 93, 22 and 20. RGB value is (147,34,32). Sum of RGB (Red+Green+Blue) = 147+34+32=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #932220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932220 is #6CDDDF. Grayscale: #434343. Windows color (decimal): -7134688 or 2106003. OLE color: 2106003.

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

Color convert

RGB 147 34 32 -
CMYK 0 0.77 0.78 0.42
HSL 1.04º 0.64% 0.35% -
HSV(B) 1.04º 0.78% 0.58% -
XYZ 12.87 7.45 2.13 -
YUV 67.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 147 34 32 0 0.77 0.78 0.42 1.04 0.64 0.35
Hex 93 22 20 0 4D 4E 2A 1 40 23
Octal 223 42 40 0 115 116 52 1 100 43
Binary 10010011 100010 100000 0 1001101 1001110 101010 1 1000000 100011

Color Harmonies of #932220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932220

Black with #932220

Text Example


Text Example

White with #932220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932220; }

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

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

background-color css

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

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

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

border-color css

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

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

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