Html Css Color HEX #962420 Mandarian Orange

📋 copy color: '#962420'

red 150 ◦ green 36 ◦ blue 32

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

Shades of Mandarian Orange #962420

Tints of Mandarian Orange #962420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 68.81%
G = 16.51%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#962420 (or 0x962420) is known color: Mandarian Orange. HEX triplet: 96, 24 and 20. RGB value is (150,36,32). Sum of RGB (Red+Green+Blue) = 150+36+32=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #962420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962420 is #69DBDF. Grayscale: #454545. Windows color (decimal): -6937568 or 2106518. OLE color: 2106518.

HSL color Cylindrical-coordinate representation of color #962420: hue angle of 2.03º 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 #962420 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 32 -
CMYK 0 0.76 0.79 0.41
HSL 2.03º 0.65% 0.36% -
HSV(B) 2.03º 0.79% 0.59% -
XYZ 13.47 7.85 2.17 -
YUV 69.63 106.77 185.33 -
System Red Green Blue C M Y K H S L
Decimal 150 36 32 0 0.76 0.79 0.41 2.03 0.65 0.36
Hex 96 24 20 0 4C 4F 29 2 41 24
Octal 226 44 40 0 114 117 51 2 101 44
Binary 10010110 100100 100000 0 1001100 1001111 101001 10 1000001 100100

Color Harmonies of #962420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962420

Black with #962420

Text Example


Text Example

White with #962420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962420; }

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

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

background-color css

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

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

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

border-color css

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

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

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