#98291B

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

Shades of Mandarian Orange #98291B

Tints of Mandarian Orange #98291B

Color information

#98291B (or 0x98291B) is unknown color: approx Mandarian Orange. HEX triplet: 98, 29 and 1B. RGB value is (152,41,27). Sum of RGB (Red+Green+Blue) = 152+41+27=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98291B is #67D6E4. Grayscale: #484848. Windows color (decimal): -6805221 or 1780120. OLE color: 1780120.

HSL color Cylindrical-coordinate representation of color #98291B: hue angle of 6.72º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98291B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1524127-
CMYK00.730.820.40
HSL6.72º69.83%35.1%-
HSV(B)6.72º82.24%59.61%-
XYZ13.948.341.91-
YUV72.59102.27184.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 27 (10.94% from 255) = 12.27%
R=69.09%
G=18.64%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152412700.730.820.406.7269.8335.1
Hex98291B049522874623
Octal2305133011112250710643
Binary10011000101001110110100100110100101010001111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,41,27); }

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

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

 a { background-color: rgb(152,41,27); }

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

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

 span { border-color: rgb(152,41,27); }

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