#96231c

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

Shades of Mandarian Orange #96231C

Tints of Mandarian Orange #96231C

Color information

#96231C (or 0x96231C) is unknown color: approx Mandarian Orange. HEX triplet: 96, 23 and 1C. RGB value is (150,35,28). Sum of RGB (Red+Green+Blue) = 150+35+28=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96231C is #69DCE3. Grayscale: #444444. Windows color (decimal): -6937828 or 1844118. OLE color: 1844118.

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

Color convert

RGB1503528-
CMYK00.770.810.41
HSL3.44º68.54%34.9%-
HSV(B)3.44º81.33%58.82%-
XYZ13.397.771.89-
YUV68.59105.1186.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 70.42%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=70.42%
G=16.43%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150352800.770.810.413.4468.5434.9
Hex96231C04D512934523
Octal2264334011512151310543
Binary1001011010001111100010011011010001101001111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96231c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96231c; }

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

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

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

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

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

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

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

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