#941F1B

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

Shades of Mandarian Orange #941F1B

Tints of Mandarian Orange #941F1B

Color information

#941F1B (or 0x941F1B) is unknown color: approx Mandarian Orange. HEX triplet: 94, 1F and 1B. RGB value is (148,31,27). Sum of RGB (Red+Green+Blue) = 148+31+27=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #941F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #941F1B is #6BE0E4. Grayscale: #414141. Windows color (decimal): -7069925 or 1777556. OLE color: 1777556.

HSL color Cylindrical-coordinate representation of color #941F1B: hue angle of 1.98º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941F1B is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB1483127-
CMYK00.790.820.42
HSL1.98º69.14%34.31%-
HSV(B)1.98º81.76%58.04%-
XYZ12.97.361.78-
YUV65.53106.26186.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 71.84%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=71.84%
G=15.05%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148312700.790.820.421.9869.1434.31
Hex941F1B04F522A24522
Octal2243733011712252210542
Binary100101001111111011010011111010010101010101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941F1B; }

 p { color: rgb(148,31,27); }

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

<style>
 a { background-color: #941F1B; }

 a { background-color: rgb(148,31,27); }

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

<style>
 span { border-color: #941F1B; }

 span { border-color: rgb(148,31,27); }

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