#962121

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

Shades of Mandarian Orange #962121

Tints of Mandarian Orange #962121

Color information

#962121 (or 0x962121) is unknown color: approx Mandarian Orange. HEX triplet: 96, 21 and 21. RGB value is (150,33,33). Sum of RGB (Red+Green+Blue) = 150+33+33=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #962121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962121 is #69DEDE. Grayscale: #444444. Windows color (decimal): -6938335 or 2171286. OLE color: 2171286.

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

Color convert

RGB1503333-
CMYK00.780.780.41
HSL63.93%35.88%-
HSV(B)78%58.82%-
XYZ13.47.682.22-
YUV67.98108.26186.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 69.44%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 33 (13.28% from 255) = 15.28%
R=69.44%
G=15.28%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150333300.780.780.41063.9335.88
Hex96212104E4E2904024
Octal2264141011611651010044
Binary1001011010000110000101001110100111010100101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962121; }

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

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

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

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

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

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

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

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