#961F19

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

Shades of Mandarian Orange #961F19

Tints of Mandarian Orange #961F19

Color information

#961F19 (or 0x961F19) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1F and 19. RGB value is (150,31,25). Sum of RGB (Red+Green+Blue) = 150+31+25=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #961F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961F19 is #69E0E6. Grayscale: #424242. Windows color (decimal): -6938855 or 1646486. OLE color: 1646486.

HSL color Cylindrical-coordinate representation of color #961F19: hue angle of 2.88º 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 #961F19 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1503125-
CMYK00.790.830.41
HSL2.88º71.43%34.31%-
HSV(B)2.88º83.33%58.82%-
XYZ13.247.531.68-
YUV65.9104.92187.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 72.82%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 25 (10.16% from 255) = 12.14%
R=72.82%
G=15.05%
B=12.14%

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
Decimal150312500.790.830.412.8871.4334.31
Hex961F1904F532934722
Octal2263731011712351310742
Binary100101101111111001010011111010011101001111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961F19; }

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

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

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

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

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

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

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

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