#95231A

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

Shades of Mandarian Orange #95231A

Tints of Mandarian Orange #95231A

Color information

#95231A (or 0x95231A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 23 and 1A. RGB value is (149,35,26). Sum of RGB (Red+Green+Blue) = 149+35+26=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95231A is #6ADCE5. Grayscale: #444444. Windows color (decimal): -7003366 or 1713045. OLE color: 1713045.

HSL color Cylindrical-coordinate representation of color #95231A: hue angle of 4.39º 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 #95231A is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB1493526-
CMYK00.770.830.42
HSL4.39º70.29%34.31%-
HSV(B)4.39º82.55%58.43%-
XYZ13.187.671.76-
YUV68.06104.27185.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.95%
GREEN value IS 35 (14.06% from 255) = 16.67%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=70.95%
G=16.67%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149352600.770.830.424.3970.2934.31
Hex95231A04D532A44622
Octal2254332011512352410642
Binary10010101100011110100100110110100111010101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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