#99241D

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

Shades of Mandarian Orange #99241D

Tints of Mandarian Orange #99241D

Color information

#99241D (or 0x99241D) is unknown color: approx Mandarian Orange. HEX triplet: 99, 24 and 1D. RGB value is (153,36,29). Sum of RGB (Red+Green+Blue) = 153+36+29=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #99241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99241D is #66DBE2. Grayscale: #464646. Windows color (decimal): -6740963 or 1909913. OLE color: 1909913.

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

Color convert

RGB1533629-
CMYK00.760.810.4
HSL3.39º68.13%35.69%-
HSV(B)3.39º81.05%60%-
XYZ13.998.121.99-
YUV70.18104.76187.07-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.18%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 29 (11.72% from 255) = 13.30%
R=70.18%
G=16.51%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153362900.760.810.43.3968.1335.69
Hex99241D04C512834424
Octal2314435011412150310444
Binary1001100110010011101010011001010001101000111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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