#95231E

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

Shades of Mandarian Orange #95231E

Tints of Mandarian Orange #95231E

Color information

#95231E (or 0x95231E) is unknown color: approx Mandarian Orange. HEX triplet: 95, 23 and 1E. RGB value is (149,35,30). Sum of RGB (Red+Green+Blue) = 149+35+30=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #95231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95231E is #6ADCE1. Grayscale: #444444. Windows color (decimal): -7003362 or 1975189. OLE color: 1975189.

HSL color Cylindrical-coordinate representation of color #95231E: hue angle of 2.52º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95231E is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB1493530-
CMYK00.770.800.42
HSL2.52º66.48%35.1%-
HSV(B)2.52º79.87%58.43%-
XYZ13.237.692.01-
YUV68.52106.27185.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 69.63%
GREEN value IS 35 (14.06% from 255) = 16.36%
BLUE value IS 30 (12.11% from 255) = 14.02%
R=69.63%
G=16.36%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149353000.770.800.422.5266.4835.1
Hex95231E04D502A34223
Octal2254336011512052310243
Binary1001010110001111110010011011010000101010111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95231E; }

 p { color: rgb(149,35,30); }

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

<style>
 a { background-color: #95231E; }

 a { background-color: rgb(149,35,30); }

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

<style>
 span { border-color: #95231E; }

 span { border-color: rgb(149,35,30); }

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