#962828

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

Shades of Mandarian Orange #962828

Tints of Mandarian Orange #962828

Color information

#962828 (or 0x962828) is unknown color: approx Mandarian Orange. HEX triplet: 96, 28 and 28. RGB value is (150,40,40). Sum of RGB (Red+Green+Blue) = 150+40+40=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #962828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962828 is #69D7D7. Grayscale: #494949. Windows color (decimal): -6936536 or 2631830. OLE color: 2631830.

HSL color Cylindrical-coordinate representation of color #962828: hue angle of 0º degrees, saturation: 0.58, 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 #962828 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB1504040-
CMYK00.730.730.41
HSL57.89%37.25%-
HSV(B)73.33%58.82%-
XYZ13.728.152.86-
YUV72.89109.44183-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.22%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=65.22%
G=17.39%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150404000.730.730.41057.8937.25
Hex962828049492903a25
Octal226505001111115107245
Binary100101101010001010000100100110010011010010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962828; }

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

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

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

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

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

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

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

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