#951E1E

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

Shades of Mandarian Orange #951E1E

Tints of Mandarian Orange #951E1E

Color information

#951E1E (or 0x951E1E) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1E and 1E. RGB value is (149,30,30). Sum of RGB (Red+Green+Blue) = 149+30+30=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #951E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951E1E is #6AE1E1. Grayscale: #414141. Windows color (decimal): -7004642 or 1973909. OLE color: 1973909.

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

Color convert

RGB1493030-
CMYK00.800.800.42
HSL66.48%35.1%-
HSV(B)79.87%58.43%-
XYZ13.097.411.97-
YUV65.58107.92187.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 71.29%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 30 (12.11% from 255) = 14.35%
R=71.29%
G=14.35%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149303000.800.800.42066.4835.1
Hex951E1E050502A04223
Octal2253636012012052010243
Binary10010101111101111001010000101000010101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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