#980A0F

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

Shades of Sangria #980A0F

Tints of Sangria #980A0F

Color information

#980A0F (or 0x980A0F) is unknown color: approx Sangria. HEX triplet: 98, 0A and 0F. RGB value is (152,10,15). Sum of RGB (Red+Green+Blue) = 152+10+15=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #980A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980A0F is #67F5F0. Grayscale: #353535. Windows color (decimal): -6813169 or 985752. OLE color: 985752.

HSL color Cylindrical-coordinate representation of color #980A0F: hue angle of 357.89º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A0F is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB1521015-
CMYK00.930.900.40
HSL357.89º87.65%31.76%-
HSV(B)357.89º93.42%59.61%-
XYZ13.146.931.1-
YUV53.03106.54198.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 85.88%
GREEN value IS 10 (4.30% from 255) = 5.65%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=85.88%
G=5.65%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152101500.930.900.40357.8987.6531.76
Hex98AF05D5A281665820
Octal230121701351325054613040
Binary10011000101011110101110110110101010001011001101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980A0F; }

 p { color: rgb(152,10,15); }

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

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

 a { background-color: rgb(152,10,15); }

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

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

 span { border-color: rgb(152,10,15); }

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