Html Css Color HEX #962120 Mandarian Orange

📋 copy color: '#962120'

red 150 ◦ green 33 ◦ blue 32

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

Shades of Mandarian Orange #962120

Tints of Mandarian Orange #962120

RGB

 RED value IS 150 (58.98% from 255) = 69.77%

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

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

R = 69.77%
G = 15.35%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#962120 (or 0x962120) is known color: Mandarian Orange. HEX triplet: 96, 21 and 20. RGB value is (150,33,32). Sum of RGB (Red+Green+Blue) = 150+33+32=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #962120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962120 is #69DEDF. Grayscale: #434343. Windows color (decimal): -6938336 or 2105750. OLE color: 2105750.

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

Color convert

RGB 150 33 32 -
CMYK 0 0.78 0.79 0.41
HSL 0.51º 0.65% 0.36% -
HSV(B) 0.51º 0.79% 0.59% -
XYZ 13.38 7.68 2.14 -
YUV 67.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 150 33 32 0 0.78 0.79 0.41 0.51 0.65 0.36
Hex 96 21 20 0 4E 4F 29 1 41 24
Octal 226 41 40 0 116 117 51 1 101 44
Binary 10010110 100001 100000 0 1001110 1001111 101001 1 1000001 100100

Color Harmonies of #962120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962120

Black with #962120

Text Example


Text Example

White with #962120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962120; }

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

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

background-color css

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

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

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

border-color css

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

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

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