#981913

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

Shades of Mandarian Orange #981913

Tints of Mandarian Orange #981913

Color information

#981913 (or 0x981913) is unknown color: approx Mandarian Orange. HEX triplet: 98, 19 and 13. RGB value is (152,25,19). Sum of RGB (Red+Green+Blue) = 152+25+19=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #981913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981913 is #67E6EC. Grayscale: #3E3E3E. Windows color (decimal): -6809325 or 1251736. OLE color: 1251736.

HSL color Cylindrical-coordinate representation of color #981913: hue angle of 2.71º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981913 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB1522519-
CMYK00.840.870.40
HSL2.71º77.78%33.53%-
HSV(B)2.71º87.5%59.61%-
XYZ13.417.421.34-
YUV62.29103.58191.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.55%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=77.55%
G=12.76%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152251900.840.870.402.7177.7833.53
Hex981913054572834e22
Octal2303123012412750311642
Binary100110001100110011010101001010111101000111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981913; }

 p { color: rgb(152,25,19); }

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

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

 a { background-color: rgb(152,25,19); }

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

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

 span { border-color: rgb(152,25,19); }

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