#951F15

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

Shades of Mandarian Orange #951F15

Tints of Mandarian Orange #951F15

Color information

#951F15 (or 0x951F15) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1F and 15. RGB value is (149,31,21). Sum of RGB (Red+Green+Blue) = 149+31+21=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #951F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F15 is #6AE0EA. Grayscale: #414141. Windows color (decimal): -7004395 or 1384341. OLE color: 1384341.

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

Color convert

RGB1493121-
CMYK00.790.860.42
HSL4.69º75.29%33.33%-
HSV(B)4.69º85.91%58.43%-
XYZ13.027.421.46-
YUV65.14103.09187.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.13%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 21 (8.59% from 255) = 10.45%
R=74.13%
G=15.42%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149312100.790.860.424.6975.2933.33
Hex951F1504F562A54b21
Octal2253725011712652511341
Binary1001010111111101010100111110101101010101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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