Html Css Color HEX #942120 Mandarian Orange

📋 copy color: '#942120'

red 148 ◦ green 33 ◦ blue 32

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

Shades of Mandarian Orange #942120

Tints of Mandarian Orange #942120

RGB

 RED value IS 148 (58.2% from 255) = 69.48%

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

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

R = 69.48%
G = 15.49%
B = 15.02%

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

#942120 (or 0x942120) is known color: Mandarian Orange. HEX triplet: 94, 21 and 20. RGB value is (148,33,32). Sum of RGB (Red+Green+Blue) = 148+33+32=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #942120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942120 is #6BDEDF. Grayscale: #434343. Windows color (decimal): -7069408 or 2105748. OLE color: 2105748.

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

Color convert

RGB 148 33 32 -
CMYK 0 0.78 0.78 0.42
HSL 0.52º 0.64% 0.35% -
HSV(B) 0.52º 0.78% 0.58% -
XYZ 13.02 7.49 2.13 -
YUV 67.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 148 33 32 0 0.78 0.78 0.42 0.52 0.64 0.35
Hex 94 21 20 0 4E 4E 2A 1 40 23
Octal 224 41 40 0 116 116 52 1 100 43
Binary 10010100 100001 100000 0 1001110 1001110 101010 1 1000000 100011

Color Harmonies of #942120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942120

Black with #942120

Text Example


Text Example

White with #942120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942120; }

 p { color: rgb(148,33,32); }

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

background-color css

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

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

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

border-color css

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

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

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