#941B13

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

Shades of Mandarian Orange #941B13

Tints of Mandarian Orange #941B13

Color information

#941B13 (or 0x941B13) is unknown color: approx Mandarian Orange. HEX triplet: 94, 1B and 13. RGB value is (148,27,19). Sum of RGB (Red+Green+Blue) = 148+27+19=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #941B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941B13 is #6BE4EC. Grayscale: #3E3E3E. Windows color (decimal): -7070957 or 1252244. OLE color: 1252244.

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

Color convert

RGB1482719-
CMYK00.820.870.42
HSL3.72º77.25%32.75%-
HSV(B)3.72º87.16%58.04%-
XYZ12.727.131.32-
YUV62.27103.59189.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 76.29%
GREEN value IS 27 (10.94% from 255) = 13.92%
BLUE value IS 19 (7.81% from 255) = 9.79%
R=76.29%
G=13.92%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148271900.820.870.423.7277.2532.75
Hex941B13052572A44d21
Octal2243323012212752411541
Binary1001010011011100110101001010101111010101001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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