#951C15

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

Shades of Mandarian Orange #951C15

Tints of Mandarian Orange #951C15

Color information

#951C15 (or 0x951C15) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1C and 15. RGB value is (149,28,21). Sum of RGB (Red+Green+Blue) = 149+28+21=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #951C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C15 is #6AE3EA. Grayscale: #3F3F3F. Windows color (decimal): -7005163 or 1383573. OLE color: 1383573.

HSL color Cylindrical-coordinate representation of color #951C15: hue angle of 3.28º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951C15 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1492821-
CMYK00.810.860.42
HSL3.28º75.29%33.33%-
HSV(B)3.28º85.91%58.43%-
XYZ12.957.271.43-
YUV63.38104.09189.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.25%
GREEN value IS 28 (11.33% from 255) = 14.14%
BLUE value IS 21 (8.59% from 255) = 10.61%
R=75.25%
G=14.14%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149282100.810.860.423.2875.2933.33
Hex951C15051562A34b21
Octal2253425012112652311341
Binary100101011110010101010100011010110101010111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951C15; }

 p { color: rgb(149,28,21); }

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

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

 a { background-color: rgb(149,28,21); }

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

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

 span { border-color: rgb(149,28,21); }

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