#95201C

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

Shades of Mandarian Orange #95201C

Tints of Mandarian Orange #95201C

Color information

#95201C (or 0x95201C) is unknown color: approx Mandarian Orange. HEX triplet: 95, 20 and 1C. RGB value is (149,32,28). Sum of RGB (Red+Green+Blue) = 149+32+28=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #95201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95201C is #6ADFE3. Grayscale: #424242. Windows color (decimal): -7004132 or 1843349. OLE color: 1843349.

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

Color convert

RGB1493228-
CMYK00.790.810.42
HSL1.98º68.36%34.71%-
HSV(B)1.98º81.21%58.43%-
XYZ13.127.511.86-
YUV66.53106.26186.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=71.29%
G=15.31%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149322800.790.810.421.9868.3634.71
Hex95201C04F512A24423
Octal2254034011712152210443
Binary1001010110000011100010011111010001101010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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