#980406

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

Shades of Sangria #980406

Tints of Sangria #980406

Color information

#980406 (or 0x980406) is unknown color: approx Sangria. HEX triplet: 98, 04 and 06. RGB value is (152,4,6). Sum of RGB (Red+Green+Blue) = 152+4+6=162 (21% of max value = 765). Red value is 152 (59.77% from 255 or 93.83% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 152 - color contains mainly: red. Hex color #980406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980406 is #67FBF9. Grayscale: #303030. Windows color (decimal): -6814714 or 394392. OLE color: 394392.

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

Color convert

RGB15246-
CMYK00.970.960.40
HSL359.19º94.87%30.59%-
HSV(B)359.19º97.37%59.61%-
XYZ13.036.780.79-
YUV48.48104.03201.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 93.83%
GREEN value IS 4 (1.95% from 255) = 2.47%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=93.83%
G=2.47%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524600.970.960.40359.1994.8730.59
Hex984606160281675f1f
Octal2304601411405054713737
Binary10011000100110011000011100000101000101100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980406; }

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

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

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

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

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

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

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

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