#980405

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

Shades of Sangria #980405

Tints of Sangria #980405

Color information

#980405 (or 0x980405) is unknown color: approx Sangria. HEX triplet: 98, 04 and 05. RGB value is (152,4,5). Sum of RGB (Red+Green+Blue) = 152+4+5=161 (21% of max value = 765). Red value is 152 (59.77% from 255 or 94.41% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 152 - color contains mainly: red. Hex color #980405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980405 is #67FBFA. Grayscale: #303030. Windows color (decimal): -6814715 or 328856. OLE color: 328856.

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

Color convert

RGB15245-
CMYK00.970.970.40
HSL359.59º94.87%30.59%-
HSV(B)359.59º97.37%59.61%-
XYZ13.026.770.76-
YUV48.37103.53201.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 94.41%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 5 (2.34% from 255) = 3.11%
R=94.41%
G=2.48%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524500.970.970.40359.5994.8730.59
Hex984506161281685f1f
Octal2304501411415055013737
Binary10011000100101011000011100001101000101101000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980405; }

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

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

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

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

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

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

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

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