#980310

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

Shades of Sangria #980310

Tints of Sangria #980310

Color information

#980310 (or 0x980310) is unknown color: approx Sangria. HEX triplet: 98, 03 and 10. RGB value is (152,3,16). Sum of RGB (Red+Green+Blue) = 152+3+16=171 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.89% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 152 - color contains mainly: red. Hex color #980310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980310 is #67FCEF. Grayscale: #313131. Windows color (decimal): -6814960 or 1049496. OLE color: 1049496.

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

Color convert

RGB152316-
CMYK00.980.890.40
HSL354.77º96.13%30.39%-
HSV(B)354.77º98.03%59.61%-
XYZ13.076.781.11-
YUV49.03109.36201.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 88.89%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 16 (6.64% from 255) = 9.36%
R=88.89%
G=1.75%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15231600.980.890.40354.7796.1330.39
Hex983100625928163601e
Octal23032001421315054314036
Binary100110001110000011000101011001101000101100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980310; }

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

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

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

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

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

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

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

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