#980203

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

Shades of Sangria #980203

Tints of Sangria #980203

Color information

#980203 (or 0x980203) is unknown color: approx Sangria. HEX triplet: 98, 02 and 03. RGB value is (152,2,3). Sum of RGB (Red+Green+Blue) = 152+2+3=157 (20% of max value = 765). Red value is 152 (59.77% from 255 or 96.82% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 152 - color contains mainly: red. Hex color #980203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980203 is #67FDFC. Grayscale: #2F2F2F. Windows color (decimal): -6815229 or 197272. OLE color: 197272.

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

Color convert

RGB15223-
CMYK00.990.980.40
HSL359.6º97.4%30.2%-
HSV(B)359.6º98.68%59.61%-
XYZ12.996.730.7-
YUV46.96103.2202.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 96.82%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 3 (1.56% from 255) = 1.91%
R=96.82%
G=1.27%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522300.990.980.40359.697.430.2
Hex98230636228168611e
Octal2302301431425055014136
Binary100110001011011000111100010101000101101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980203; }

 p { color: rgb(152,2,3); }

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

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

 a { background-color: rgb(152,2,3); }

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

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

 span { border-color: rgb(152,2,3); }

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