#980108

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

Shades of Sangria #980108

Tints of Sangria #980108

Color information

#980108 (or 0x980108) is unknown color: approx Sangria. HEX triplet: 98, 01 and 08. RGB value is (152,1,8). Sum of RGB (Red+Green+Blue) = 152+1+8=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980108 is #67FEF7. Grayscale: #2F2F2F. Windows color (decimal): -6815480 or 524696. OLE color: 524696.

HSL color Cylindrical-coordinate representation of color #980108: hue angle of 357.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980108 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB15218-
CMYK00.990.950.40
HSL357.22º98.69%30%-
HSV(B)357.22º99.34%59.61%-
XYZ136.710.84-
YUV46.95106.03202.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 94.41%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=94.41%
G=0.62%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521800.990.950.40357.2298.6930
Hex98180635F28165631e
Octal23011001431375054514336
Binary1001100011000011000111011111101000101100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980108; }

 p { color: rgb(152,1,8); }

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

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

 a { background-color: rgb(152,1,8); }

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

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

 span { border-color: rgb(152,1,8); }

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