#92281D

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

Shades of Mandarian Orange #92281D

Tints of Mandarian Orange #92281D

Color information

#92281D (or 0x92281D) is unknown color: approx Mandarian Orange. HEX triplet: 92, 28 and 1D. RGB value is (146,40,29). Sum of RGB (Red+Green+Blue) = 146+40+29=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #92281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #92281D is #6DD7E2. Grayscale: #464646. Windows color (decimal): -7198691 or 1910930. OLE color: 1910930.

HSL color Cylindrical-coordinate representation of color #92281D: hue angle of 5.64º 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 #92281D is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB1464029-
CMYK00.730.800.43
HSL5.64º66.86%34.31%-
HSV(B)5.64º80.14%57.25%-
XYZ12.837.721.98-
YUV70.44104.62181.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 67.91%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 29 (11.72% from 255) = 13.49%
R=67.91%
G=18.60%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146402900.730.800.435.6466.8634.31
Hex92281D049502B64322
Octal2225035011112053610342
Binary10010010101000111010100100110100001010111101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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