Html Css Color HEX #962720 Mandarian Orange

📋 copy color: '#962720'

red 150 ◦ green 39 ◦ blue 32

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

Shades of Mandarian Orange #962720

Tints of Mandarian Orange #962720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

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

R = 67.87%
G = 17.65%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#962720 (or 0x962720) is known color: Mandarian Orange. HEX triplet: 96, 27 and 20. RGB value is (150,39,32). Sum of RGB (Red+Green+Blue) = 150+39+32=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #962720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962720 is #69D8DF. Grayscale: #474747. Windows color (decimal): -6936800 or 2107286. OLE color: 2107286.

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

Color convert

RGB 150 39 32 -
CMYK 0 0.74 0.79 0.41
HSL 3.56º 0.65% 0.36% -
HSV(B) 3.56º 0.79% 0.59% -
XYZ 13.56 8.04 2.2 -
YUV 71.39 105.77 184.07 -
System Red Green Blue C M Y K H S L
Decimal 150 39 32 0 0.74 0.79 0.41 3.56 0.65 0.36
Hex 96 27 20 0 4A 4F 29 4 41 24
Octal 226 47 40 0 112 117 51 4 101 44
Binary 10010110 100111 100000 0 1001010 1001111 101001 100 1000001 100100

Color Harmonies of #962720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962720

Black with #962720

Text Example


Text Example

White with #962720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962720; }

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

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

background-color css

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

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

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

border-color css

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

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

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