Html Css Color HEX #932121 Mandarian Orange

📋 copy color: '#932121'

red 147 ◦ green 33 ◦ blue 33

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

Shades of Mandarian Orange #932121

Tints of Mandarian Orange #932121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 69.01%
G = 15.49%
B = 15.49%

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

#932121 (or 0x932121) is known color: Mandarian Orange. HEX triplet: 93, 21 and 21. RGB value is (147,33,33). Sum of RGB (Red+Green+Blue) = 147+33+33=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #932121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932121 is #6CDEDE. Grayscale: #434343. Windows color (decimal): -7134943 or 2171283. OLE color: 2171283.

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

Color convert

RGB 147 33 33 -
CMYK 0 0.78 0.78 0.42
HSL 0.63% 0.35% -
HSV(B) 0.78% 0.58% -
XYZ 12.85 7.4 2.19 -
YUV 67.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 147 33 33 0 0.78 0.78 0.42 0 0.63 0.35
Hex 93 21 21 0 4E 4E 2A 0 3F 23
Octal 223 41 41 0 116 116 52 0 77 43
Binary 10010011 100001 100001 0 1001110 1001110 101010 0 111111 100011

Color Harmonies of #932121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932121

Black with #932121

Text Example


Text Example

White with #932121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932121; }

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

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

background-color css

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

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

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

border-color css

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

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

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