#92241D

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

Shades of Mandarian Orange #92241D

Tints of Mandarian Orange #92241D

Color information

#92241D (or 0x92241D) is unknown color: approx Mandarian Orange. HEX triplet: 92, 24 and 1D. RGB value is (146,36,29). Sum of RGB (Red+Green+Blue) = 146+36+29=211 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.19% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 146 - color contains mainly: red. Hex color #92241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92241D is #6DDBE2. Grayscale: #444444. Windows color (decimal): -7199715 or 1909906. OLE color: 1909906.

HSL color Cylindrical-coordinate representation of color #92241D: hue angle of 3.59º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #92241D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB1463629-
CMYK00.750.800.43
HSL3.59º66.86%34.31%-
HSV(B)3.59º80.14%57.25%-
XYZ12.717.461.93-
YUV68.09105.94183.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 69.19%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 29 (11.72% from 255) = 13.74%
R=69.19%
G=17.06%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146362900.750.800.433.5966.8634.31
Hex92241D04B502B44322
Octal2224435011312053410342
Binary10010010100100111010100101110100001010111001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92241D; }

 p { color: rgb(146,36,29); }

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

<style>
 a { background-color: #92241D; }

 a { background-color: rgb(146,36,29); }

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

<style>
 span { border-color: #92241D; }

 span { border-color: rgb(146,36,29); }

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