#962A27

Color #962A27 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #962A27

Tints of Mandarian Orange #962A27

Color information

#962A27 (or 0x962A27) is unknown color: approx Mandarian Orange. HEX triplet: 96, 2A and 27. RGB value is (150,42,39). Sum of RGB (Red+Green+Blue) = 150+42+39=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #962A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A27 is #69D5D8. Grayscale: #4A4A4A. Windows color (decimal): -6936025 or 2566806. OLE color: 2566806.

HSL color Cylindrical-coordinate representation of color #962A27: hue angle of 1.62º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962A27 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1504239-
CMYK00.720.740.41
HSL1.62º58.73%37.06%-
HSV(B)1.62º74%58.82%-
XYZ13.778.292.79-
YUV73.95108.28182.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.94%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=64.94%
G=18.18%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150423900.720.740.411.6258.7337.06
Hex962A270484A2923b25
Octal226524701101125127345
Binary1001011010101010011101001000100101010100110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962A27; }

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

 H1.HeaderClassName
 {
   color: #962A27;
 }
 .AnyTagClassName
 {
   color: #962A27;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #962A27;
 }
 .BgClassName
 {
   background-color: #962A27;
 }
</style>
border-color css

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

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

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