#981013

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

Shades of Sangria #981013

Tints of Sangria #981013

Color information

#981013 (or 0x981013) is unknown color: approx Sangria. HEX triplet: 98, 10 and 13. RGB value is (152,16,19). Sum of RGB (Red+Green+Blue) = 152+16+19=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #981013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981013 is #67EFEC. Grayscale: #393939. Windows color (decimal): -6811629 or 1249432. OLE color: 1249432.

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

Color convert

RGB1521619-
CMYK00.890.870.40
HSL358.68º80.95%32.94%-
HSV(B)358.68º89.47%59.61%-
XYZ13.257.091.29-
YUV57.01106.56195.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 81.28%
GREEN value IS 16 (6.64% from 255) = 8.56%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=81.28%
G=8.56%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152161900.890.870.40358.6880.9532.94
Hex98101305957281675121
Octal230202301311275054712141
Binary1001100010000100110101100110101111010001011001111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981013; }

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

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

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

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

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

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

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

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