Html Css Color HEX #932420 Mandarian Orange

📋 copy color: '#932420'

red 147 ◦ green 36 ◦ blue 32

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

Shades of Mandarian Orange #932420

Tints of Mandarian Orange #932420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

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

R = 68.37%
G = 16.74%
B = 14.88%

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

#932420 (or 0x932420) is known color: Mandarian Orange. HEX triplet: 93, 24 and 20. RGB value is (147,36,32). Sum of RGB (Red+Green+Blue) = 147+36+32=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #932420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932420 is #6CDBDF. Grayscale: #444444. Windows color (decimal): -7134176 or 2106515. OLE color: 2106515.

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

Color convert

RGB 147 36 32 -
CMYK 0 0.76 0.78 0.42
HSL 2.09º 0.64% 0.35% -
HSV(B) 2.09º 0.78% 0.58% -
XYZ 12.92 7.57 2.15 -
YUV 68.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 147 36 32 0 0.76 0.78 0.42 2.09 0.64 0.35
Hex 93 24 20 0 4C 4E 2A 2 40 23
Octal 223 44 40 0 114 116 52 2 100 43
Binary 10010011 100100 100000 0 1001100 1001110 101010 10 1000000 100011

Color Harmonies of #932420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932420

Black with #932420

Text Example


Text Example

White with #932420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932420; }

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

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

background-color css

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

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

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

border-color css

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

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

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