#951A1A

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

Shades of Mandarian Orange #951A1A

Tints of Mandarian Orange #951A1A

Color information

#951A1A (or 0x951A1A) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1A and 1A. RGB value is (149,26,26). Sum of RGB (Red+Green+Blue) = 149+26+26=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #951A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #951A1A is #6AE5E5. Grayscale: #3E3E3E. Windows color (decimal): -7005670 or 1710741. OLE color: 1710741.

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

Color convert

RGB1492626-
CMYK00.830.830.42
HSL70.29%34.31%-
HSV(B)82.55%58.43%-
XYZ12.957.21.69-
YUV62.78107.25189.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.13%
GREEN value IS 26 (10.55% from 255) = 12.94%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=74.13%
G=12.94%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149262600.830.830.42070.2934.31
Hex951A1A053532A04622
Octal2253232012312352010642
Binary10010101110101101001010011101001110101001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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