Html Css Color HEX #952120 Mandarian Orange

📋 copy color: '#952120'

red 149 ◦ green 33 ◦ blue 32

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

Shades of Mandarian Orange #952120

Tints of Mandarian Orange #952120

RGB

 RED value IS 149 (58.59% from 255) = 69.63%

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

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

R = 69.63%
G = 15.42%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#952120 (or 0x952120) is known color: Mandarian Orange. HEX triplet: 95, 21 and 20. RGB value is (149,33,32). Sum of RGB (Red+Green+Blue) = 149+33+32=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #952120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952120 is #6ADEDF. Grayscale: #434343. Windows color (decimal): -7003872 or 2105749. OLE color: 2105749.

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

Color convert

RGB 149 33 32 -
CMYK 0 0.78 0.79 0.42
HSL 0.51º 0.65% 0.35% -
HSV(B) 0.51º 0.79% 0.58% -
XYZ 13.2 7.58 2.13 -
YUV 67.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 149 33 32 0 0.78 0.79 0.42 0.51 0.65 0.35
Hex 95 21 20 0 4E 4F 2A 1 41 23
Octal 225 41 40 0 116 117 52 1 101 43
Binary 10010101 100001 100000 0 1001110 1001111 101010 1 1000001 100011

Color Harmonies of #952120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952120

Black with #952120

Text Example


Text Example

White with #952120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952120; }

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

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

background-color css

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

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

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

border-color css

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

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

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