#962A29

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

Shades of Mandarian Orange #962A29

Tints of Mandarian Orange #962A29

Color information

#962A29 (or 0x962A29) is unknown color: approx Mandarian Orange. HEX triplet: 96, 2A and 29. RGB value is (150,42,41). Sum of RGB (Red+Green+Blue) = 150+42+41=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #962A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A29 is #69D5D6. Grayscale: #4A4A4A. Windows color (decimal): -6936023 or 2697878. OLE color: 2697878.

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

Color convert

RGB1504241-
CMYK00.720.730.41
HSL0.55º57.07%37.45%-
HSV(B)0.55º72.67%58.82%-
XYZ13.818.32.97-
YUV74.18109.28182.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 64.38%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 41 (16.41% from 255) = 17.60%
R=64.38%
G=18.03%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150424100.720.730.410.5557.0737.45
Hex962A29048492913925
Octal226525101101115117145
Binary100101101010101010010100100010010011010011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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