#982A25

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

Shades of Mandarian Orange #982A25

Tints of Mandarian Orange #982A25

Color information

#982A25 (or 0x982A25) is unknown color: approx Mandarian Orange. HEX triplet: 98, 2A and 25. RGB value is (152,42,37). Sum of RGB (Red+Green+Blue) = 152+42+37=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #982A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982A25 is #67D5DA. Grayscale: #4A4A4A. Windows color (decimal): -6804955 or 2435736. OLE color: 2435736.

HSL color Cylindrical-coordinate representation of color #982A25: hue angle of 2.61º degrees, saturation: 0.61, 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 #982A25 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB1524237-
CMYK00.720.760.40
HSL2.61º60.85%37.06%-
HSV(B)2.61º75.66%59.61%-
XYZ14.118.462.64-
YUV74.32106.94183.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 65.80%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=65.80%
G=18.18%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152423700.720.760.402.6160.8537.06
Hex982A250484C2833d25
Octal230524501101145037545
Binary1001100010101010010101001000100110010100011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982A25; }

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

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

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

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

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

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

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

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