#981813

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

Shades of Mandarian Orange #981813

Tints of Mandarian Orange #981813

Color information

#981813 (or 0x981813) is unknown color: approx Mandarian Orange. HEX triplet: 98, 18 and 13. RGB value is (152,24,19). Sum of RGB (Red+Green+Blue) = 152+24+19=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #981813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981813 is #67E7EC. Grayscale: #3D3D3D. Windows color (decimal): -6809581 or 1251480. OLE color: 1251480.

HSL color Cylindrical-coordinate representation of color #981813: hue angle of 2.26º 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 #981813 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB1522419-
CMYK00.840.870.40
HSL2.26º77.78%33.53%-
HSV(B)2.26º87.5%59.61%-
XYZ13.397.381.33-
YUV61.7103.91192.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=77.95%
G=12.31%
B=9.74%

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
Decimal152241900.840.870.402.2677.7833.53
Hex981813054572824e22
Octal2303023012412750211642
Binary100110001100010011010101001010111101000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981813; }

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

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

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

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

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

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

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

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