#980004

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

Shades of Sangria #980004

Tints of Sangria #980004

Color information

#980004 (or 0x980004) is unknown color: approx Sangria. HEX triplet: 98, 00 and 04. RGB value is (152,0,4). Sum of RGB (Red+Green+Blue) = 152+0+4=156 (20% of max value = 765). Red value is 152 (59.77% from 255 or 97.44% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 152 - color contains mainly: red. Hex color #980004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980004 is #67FFFB. Grayscale: #2E2E2E. Windows color (decimal): -6815740 or 262296. OLE color: 262296.

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

Color convert

RGB15204-
CMYK010.970.40
HSL358.42º100%29.8%-
HSV(B)358.42º100%59.61%-
XYZ12.976.680.72-
YUV45.9104.36203.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 97.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 2.56%
R=97.44%
G=0%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15204010.970.40358.4210029.8
Hex98040646128166641e
Octal2300401441415054614436
Binary100110000100011001001100001101000101100110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980004; }

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

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

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

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

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

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

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

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