#982523

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

Shades of Mandarian Orange #982523

Tints of Mandarian Orange #982523

Color information

#982523 (or 0x982523) is unknown color: approx Mandarian Orange. HEX triplet: 98, 25 and 23. RGB value is (152,37,35). Sum of RGB (Red+Green+Blue) = 152+37+35=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #982523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982523 is #67DADC. Grayscale: #474747. Windows color (decimal): -6806237 or 2303384. OLE color: 2303384.

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

Color convert

RGB1523735-
CMYK00.760.770.40
HSL1.03º62.57%36.67%-
HSV(B)1.03º76.97%59.61%-
XYZ13.918.122.42-
YUV71.16107.6185.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.86%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 35 (14.06% from 255) = 15.62%
R=67.86%
G=16.52%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152373500.760.770.401.0362.5736.67
Hex98252304C4D2813f25
Octal230454301141155017745
Binary100110001001011000110100110010011011010001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982523; }

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

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

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

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

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

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

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

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