Html Css Color HEX #932019 Mandarian Orange

📋 copy color: '#932019'

red 147 ◦ green 32 ◦ blue 25

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

Shades of Mandarian Orange #932019

Tints of Mandarian Orange #932019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 72.06%
G = 15.69%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#932019 (or 0x932019) is known color: Mandarian Orange. HEX triplet: 93, 20 and 19. RGB value is (147,32,25). Sum of RGB (Red+Green+Blue) = 147+32+25=204 (27% of max value = 765). Red value is 147 (57.81% from 255 or 72.06% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 147 - color contains mainly: red. Hex color #932019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932019 is #6CDFE6. Grayscale: #414141. Windows color (decimal): -7135207 or 1646739. OLE color: 1646739.

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

Color convert

RGB 147 32 25 -
CMYK 0 0.78 0.83 0.42
HSL 3.44º 0.71% 0.34% -
HSV(B) 3.44º 0.83% 0.58% -
XYZ 12.72 7.31 1.66 -
YUV 65.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 147 32 25 0 0.78 0.83 0.42 3.44 0.71 0.34
Hex 93 20 19 0 4E 53 2A 3 47 22
Octal 223 40 31 0 116 123 52 3 107 42
Binary 10010011 100000 11001 0 1001110 1010011 101010 11 1000111 100010

Color Harmonies of #932019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932019

Black with #932019

Text Example


Text Example

White with #932019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932019; }

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

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

background-color css

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

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

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

border-color css

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

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

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