#982827

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

Shades of Mandarian Orange #982827

Tints of Mandarian Orange #982827

Color information

#982827 (or 0x982827) is unknown color: approx Mandarian Orange. HEX triplet: 98, 28 and 27. RGB value is (152,40,39). Sum of RGB (Red+Green+Blue) = 152+40+39=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #982827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982827 is #67D7D8. Grayscale: #494949. Windows color (decimal): -6805465 or 2566296. OLE color: 2566296.

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

Color convert

RGB1524039-
CMYK00.740.740.40
HSL0.53º59.16%37.45%-
HSV(B)0.53º74.34%59.61%-
XYZ14.078.342.79-
YUV73.37108.61184.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.80%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=65.80%
G=17.32%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152403900.740.740.400.5359.1637.45
Hex98282704A4A2813b25
Octal230504701121125017345
Binary100110001010001001110100101010010101010001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982827; }

 p { color: rgb(152,40,39); }

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

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

 a { background-color: rgb(152,40,39); }

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

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

 span { border-color: rgb(152,40,39); }

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