Html Css Color HEX #932020 Mandarian Orange

📋 copy color: '#932020'

red 147 ◦ green 32 ◦ blue 32

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

Shades of Mandarian Orange #932020

Tints of Mandarian Orange #932020

RGB

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

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

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

R = 69.67%
G = 15.17%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#932020 (or 0x932020) is known color: Mandarian Orange. HEX triplet: 93, 20 and 20. RGB value is (147,32,32). Sum of RGB (Red+Green+Blue) = 147+32+32=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #932020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932020 is #6CDFDF. Grayscale: #424242. Windows color (decimal): -7135200 or 2105491. OLE color: 2105491.

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

Color convert

RGB 147 32 32 -
CMYK 0 0.78 0.78 0.42
HSL 0.64% 0.35% -
HSV(B) 0.78% 0.58% -
XYZ 12.81 7.34 2.11 -
YUV 66.39 108.6 185.5 -
System Red Green Blue C M Y K H S L
Decimal 147 32 32 0 0.78 0.78 0.42 0 0.64 0.35
Hex 93 20 20 0 4E 4E 2A 0 40 23
Octal 223 40 40 0 116 116 52 0 100 43
Binary 10010011 100000 100000 0 1001110 1001110 101010 0 1000000 100011

Color Harmonies of #932020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932020

Black with #932020

Text Example


Text Example

White with #932020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932020; }

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

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

background-color css

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

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

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

border-color css

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

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

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