#95201F

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

Shades of Mandarian Orange #95201F

Tints of Mandarian Orange #95201F

Color information

#95201F (or 0x95201F) is unknown color: approx Mandarian Orange. HEX triplet: 95, 20 and 1F. RGB value is (149,32,31). Sum of RGB (Red+Green+Blue) = 149+32+31=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #95201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95201F is #6ADFE0. Grayscale: #424242. Windows color (decimal): -7004129 or 2039957. OLE color: 2039957.

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

Color convert

RGB1493231-
CMYK00.790.790.42
HSL0.51º65.56%35.29%-
HSV(B)0.51º79.19%58.43%-
XYZ13.167.522.05-
YUV66.87107.76186.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.28%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=70.28%
G=15.09%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149323100.790.790.420.5165.5635.29
Hex95201F04F4F2A14223
Octal2254037011711752110243
Binary100101011000001111101001111100111110101011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95201F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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