#982624

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

Shades of Mandarian Orange #982624

Tints of Mandarian Orange #982624

Color information

#982624 (or 0x982624) is unknown color: approx Mandarian Orange. HEX triplet: 98, 26 and 24. RGB value is (152,38,36). Sum of RGB (Red+Green+Blue) = 152+38+36=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #982624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982624 is #67D9DB. Grayscale: #474747. Windows color (decimal): -6805980 or 2369176. OLE color: 2369176.

HSL color Cylindrical-coordinate representation of color #982624: hue angle of 1.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982624 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1523836-
CMYK00.750.760.40
HSL1.03º61.7%36.86%-
HSV(B)1.03º76.32%59.61%-
XYZ13.968.192.51-
YUV71.86107.77185.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.26%
GREEN value IS 38 (15.23% from 255) = 16.81%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=67.26%
G=16.81%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152383600.750.760.401.0361.736.86
Hex98262404B4C2813e25
Octal230464401131145017645
Binary100110001001101001000100101110011001010001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982624; }

 p { color: rgb(152,38,36); }

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

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

 a { background-color: rgb(152,38,36); }

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

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

 span { border-color: rgb(152,38,36); }

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