#980008

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

Shades of Sangria #980008

Tints of Sangria #980008

Color information

#980008 (or 0x980008) is unknown color: approx Sangria. HEX triplet: 98, 00 and 08. RGB value is (152,0,8). Sum of RGB (Red+Green+Blue) = 152+0+8=160 (21% of max value = 765). Red value is 152 (59.77% from 255 or 95% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 152 - color contains mainly: red. Hex color #980008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980008 is #67FFF7. Grayscale: #2E2E2E. Windows color (decimal): -6815736 or 524440. OLE color: 524440.

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

Color convert

RGB15208-
CMYK010.950.40
HSL356.84º100%29.8%-
HSV(B)356.84º100%59.61%-
XYZ12.996.690.84-
YUV46.36106.36203.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 5%
R=95%
G=0%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15208010.950.40356.8410029.8
Hex98080645F28165641e
Octal23001001441375054514436
Binary1001100001000011001001011111101000101100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980008; }

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

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

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

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

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

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

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

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