#98231d

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

Shades of Mandarian Orange #98231D

Tints of Mandarian Orange #98231D

Color information

#98231D (or 0x98231D) is unknown color: approx Mandarian Orange. HEX triplet: 98, 23 and 1D. RGB value is (152,35,29). Sum of RGB (Red+Green+Blue) = 152+35+29=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #98231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98231D is #67DCE2. Grayscale: #454545. Windows color (decimal): -6806755 or 1909656. OLE color: 1909656.

HSL color Cylindrical-coordinate representation of color #98231D: hue angle of 2.93º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98231D is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1523529-
CMYK00.770.810.40
HSL2.93º67.96%35.49%-
HSV(B)2.93º80.92%59.61%-
XYZ13.777.971.97-
YUV69.3105.26186.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.37%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=70.37%
G=16.20%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152352900.770.810.402.9367.9635.49
Hex98231D04D512834423
Octal2304335011512150310443
Binary1001100010001111101010011011010001101000111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98231d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98231d; }

 p { color: rgb(152,35,29); }

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

<style>
 a { background-color: #98231d; }

 a { background-color: rgb(152,35,29); }

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

<style>
 span { border-color: #98231d; }

 span { border-color: rgb(152,35,29); }

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