#95241A

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

Shades of Mandarian Orange #95241A

Tints of Mandarian Orange #95241A

Color information

#95241A (or 0x95241A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 24 and 1A. RGB value is (149,36,26). Sum of RGB (Red+Green+Blue) = 149+36+26=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #95241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95241A is #6ADBE5. Grayscale: #444444. Windows color (decimal): -7003110 or 1713301. OLE color: 1713301.

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

Color convert

RGB1493626-
CMYK00.760.830.42
HSL4.88º70.29%34.31%-
HSV(B)4.88º82.55%58.43%-
XYZ13.217.731.77-
YUV68.65103.94185.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 70.62%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=70.62%
G=17.06%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149362600.760.830.424.8870.2934.31
Hex95241A04C532A54622
Octal2254432011412352510642
Binary10010101100100110100100110010100111010101011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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