#951D15

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

Shades of Mandarian Orange #951D15

Tints of Mandarian Orange #951D15

Color information

#951D15 (or 0x951D15) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1D and 15. RGB value is (149,29,21). Sum of RGB (Red+Green+Blue) = 149+29+21=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #951D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D15 is #6AE2EA. Grayscale: #404040. Windows color (decimal): -7004907 or 1383829. OLE color: 1383829.

HSL color Cylindrical-coordinate representation of color #951D15: hue angle of 3.75º 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 #951D15 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1492921-
CMYK00.810.860.42
HSL3.75º75.29%33.33%-
HSV(B)3.75º85.91%58.43%-
XYZ12.977.321.44-
YUV63.97103.76188.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.87%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 21 (8.59% from 255) = 10.55%
R=74.87%
G=14.57%
B=10.55%

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
Decimal149292100.810.860.423.7575.2933.33
Hex951D15051562A44b21
Octal2253525012112652411341
Binary1001010111101101010101000110101101010101001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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