#961C1B

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

Shades of Mandarian Orange #961C1B

Tints of Mandarian Orange #961C1B

Color information

#961C1B (or 0x961C1B) is unknown color: approx Mandarian Orange. HEX triplet: 96, 1C and 1B. RGB value is (150,28,27). Sum of RGB (Red+Green+Blue) = 150+28+27=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #961C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C1B is #69E3E4. Grayscale: #404040. Windows color (decimal): -6939621 or 1776790. OLE color: 1776790.

HSL color Cylindrical-coordinate representation of color #961C1B: hue angle of 0.49º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961C1B is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1502827-
CMYK00.810.820.41
HSL0.49º69.49%34.71%-
HSV(B)0.49º82%58.82%-
XYZ13.197.391.77-
YUV64.36106.92189.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.17%
GREEN value IS 28 (11.33% from 255) = 13.66%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=73.17%
G=13.66%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150282700.810.820.410.4969.4934.71
Hex961C1B051522904523
Octal2263433012112251010543
Binary10010110111001101101010001101001010100101000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,28,27); }

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

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

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

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

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

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

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