#95281F

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

Shades of Mandarian Orange #95281F

Tints of Mandarian Orange #95281F

Color information

#95281F (or 0x95281F) is unknown color: approx Mandarian Orange. HEX triplet: 95, 28 and 1F. RGB value is (149,40,31). Sum of RGB (Red+Green+Blue) = 149+40+31=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #95281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95281F is #6AD7E0. Grayscale: #474747. Windows color (decimal): -7002081 or 2042005. OLE color: 2042005.

HSL color Cylindrical-coordinate representation of color #95281F: hue angle of 4.58º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95281F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1494031-
CMYK00.730.790.42
HSL4.58º65.56%35.29%-
HSV(B)4.58º79.19%58.43%-
XYZ13.48.012.14-
YUV71.56105.11183.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 67.73%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=67.73%
G=18.18%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149403100.730.790.424.5865.5635.29
Hex95281F0494F2A54223
Octal2255037011111752510243
Binary10010101101000111110100100110011111010101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95281F; }

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

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

<style>
 a { background-color: #95281F; }

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

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

<style>
 span { border-color: #95281F; }

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

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