#951E1A

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

Shades of Mandarian Orange #951E1A

Tints of Mandarian Orange #951E1A

Color information

#951E1A (or 0x951E1A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1E and 1A. RGB value is (149,30,26). Sum of RGB (Red+Green+Blue) = 149+30+26=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #951E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E1A is #6AE1E5. Grayscale: #414141. Windows color (decimal): -7004646 or 1711765. OLE color: 1711765.

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

Color convert

RGB1493026-
CMYK00.800.830.42
HSL1.95º70.29%34.31%-
HSV(B)1.95º82.55%58.43%-
XYZ13.057.391.72-
YUV65.12105.92187.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 72.68%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=72.68%
G=14.63%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149302600.800.830.421.9570.2934.31
Hex951E1A050532A24622
Octal2253632012012352210642
Binary100101011111011010010100001010011101010101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951E1A; }

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

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

<style>
 a { background-color: #951E1A; }

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

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

<style>
 span { border-color: #951E1A; }

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

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