#951B0F

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

Shades of Mandarian Orange #951B0F

Tints of Mandarian Orange #951B0F

Color information

#951B0F (or 0x951B0F) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1B and 0F. RGB value is (149,27,15). Sum of RGB (Red+Green+Blue) = 149+27+15=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #951B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B0F is #6AE4F0. Grayscale: #3E3E3E. Windows color (decimal): -7005425 or 990101. OLE color: 990101.

HSL color Cylindrical-coordinate representation of color #951B0F: hue angle of 5.37º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #951B0F is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1492715-
CMYK00.820.900.42
HSL5.37º81.71%32.16%-
HSV(B)5.37º89.93%58.43%-
XYZ12.877.211.16-
YUV62.11101.42189.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.01%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=78.01%
G=14.14%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149271500.820.900.425.3781.7132.16
Hex951BF0525A2A55220
Octal2253317012213252512240
Binary100101011101111110101001010110101010101011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,27,15); }

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

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

 a { background-color: rgb(149,27,15); }

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

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

 span { border-color: rgb(149,27,15); }

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