#95201A

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

Shades of Mandarian Orange #95201A

Tints of Mandarian Orange #95201A

Color information

#95201A (or 0x95201A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 20 and 1A. RGB value is (149,32,26). Sum of RGB (Red+Green+Blue) = 149+32+26=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #95201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95201A is #6ADFE5. Grayscale: #424242. Windows color (decimal): -7004134 or 1712277. OLE color: 1712277.

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

Color convert

RGB1493226-
CMYK00.790.830.42
HSL2.93º70.29%34.31%-
HSV(B)2.93º82.55%58.43%-
XYZ13.17.51.73-
YUV66.3105.26186.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.98%
GREEN value IS 32 (12.89% from 255) = 15.46%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=71.98%
G=15.46%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149322600.790.830.422.9370.2934.31
Hex95201A04F532A34622
Octal2254032011712352310642
Binary1001010110000011010010011111010011101010111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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