#980E13

Color #980E13 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #980E13

Tints of Sangria #980E13

Color information

#980E13 (or 0x980E13) is unknown color: approx Sangria. HEX triplet: 98, 0E and 13. RGB value is (152,14,19). Sum of RGB (Red+Green+Blue) = 152+14+19=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #980E13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980E13 is #67F1EC. Grayscale: #373737. Windows color (decimal): -6812141 or 1248920. OLE color: 1248920.

HSL color Cylindrical-coordinate representation of color #980E13: hue angle of 357.83º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E13 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB1521419-
CMYK00.910.870.40
HSL357.83º83.13%32.55%-
HSV(B)357.83º90.79%59.61%-
XYZ13.227.041.28-
YUV55.83107.22196.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 82.16%
GREEN value IS 14 (5.86% from 255) = 7.57%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=82.16%
G=7.57%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152141900.910.870.40357.8383.1332.55
Hex98E1305B57281665321
Octal230162301331275054612341
Binary100110001110100110101101110101111010001011001101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980E13; }

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

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

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

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

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

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

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

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