#95271F

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

Shades of Mandarian Orange #95271F

Tints of Mandarian Orange #95271F

Color information

#95271F (or 0x95271F) is unknown color: approx Mandarian Orange. HEX triplet: 95, 27 and 1F. RGB value is (149,39,31). Sum of RGB (Red+Green+Blue) = 149+39+31=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #95271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95271F is #6AD8E0. Grayscale: #474747. Windows color (decimal): -7002337 or 2041749. OLE color: 2041749.

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

Color convert

RGB1493931-
CMYK00.740.790.42
HSL4.07º65.56%35.29%-
HSV(B)4.07º79.19%58.43%-
XYZ13.377.942.12-
YUV70.98105.44183.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.04%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=68.04%
G=17.81%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149393100.740.790.424.0765.5635.29
Hex95271F04A4F2A44223
Octal2254737011211752410243
Binary10010101100111111110100101010011111010101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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