#962019

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

Shades of Mandarian Orange #962019

Tints of Mandarian Orange #962019

Color information

#962019 (or 0x962019) is unknown color: approx Mandarian Orange. HEX triplet: 96, 20 and 19. RGB value is (150,32,25). Sum of RGB (Red+Green+Blue) = 150+32+25=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #962019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962019 is #69DFE6. Grayscale: #424242. Windows color (decimal): -6938599 or 1646742. OLE color: 1646742.

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

Color convert

RGB1503225-
CMYK00.790.830.41
HSL3.36º71.43%34.31%-
HSV(B)3.36º83.33%58.82%-
XYZ13.277.591.68-
YUV66.48104.59187.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.46%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 25 (10.16% from 255) = 12.08%
R=72.46%
G=15.46%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150322500.790.830.413.3671.4334.31
Hex96201904F532934722
Octal2264031011712351310742
Binary1001011010000011001010011111010011101001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962019; }

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

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

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

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

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

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

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

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