#94261B

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

Shades of Mandarian Orange #94261B

Tints of Mandarian Orange #94261B

Color information

#94261B (or 0x94261B) is unknown color: approx Mandarian Orange. HEX triplet: 94, 26 and 1B. RGB value is (148,38,27). Sum of RGB (Red+Green+Blue) = 148+38+27=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #94261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94261B is #6BD9E4. Grayscale: #454545. Windows color (decimal): -7068133 or 1779348. OLE color: 1779348.

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

Color convert

RGB1483827-
CMYK00.740.820.42
HSL5.45º69.14%34.31%-
HSV(B)5.45º81.76%58.04%-
XYZ13.17.761.84-
YUV69.64103.94183.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 69.48%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 27 (10.94% from 255) = 12.68%
R=69.48%
G=17.84%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148382700.740.820.425.4569.1434.31
Hex94261B04A522A54522
Octal2244633011212252510542
Binary10010100100110110110100101010100101010101011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94261B; }

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

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

<style>
 a { background-color: #94261B; }

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

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

<style>
 span { border-color: #94261B; }

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

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