#980A12

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

Shades of Sangria #980A12

Tints of Sangria #980A12

Color information

#980A12 (or 0x980A12) is unknown color: approx Sangria. HEX triplet: 98, 0A and 12. RGB value is (152,10,18). Sum of RGB (Red+Green+Blue) = 152+10+18=180 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.44% from 180); Green value is 10 (4.30% from 255 or 5.56% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 152 - color contains mainly: red. Hex color #980A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980A12 is #67F5ED. Grayscale: #353535. Windows color (decimal): -6813166 or 1182360. OLE color: 1182360.

HSL color Cylindrical-coordinate representation of color #980A12: hue angle of 356.62º 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 #980A12 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB1521018-
CMYK00.930.880.40
HSL356.62º87.65%31.76%-
HSV(B)356.62º93.42%59.61%-
XYZ13.176.941.22-
YUV53.37108.04198.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 84.44%
GREEN value IS 10 (4.30% from 255) = 5.56%
BLUE value IS 18 (7.42% from 255) = 10%
R=84.44%
G=5.56%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152101800.930.880.40356.6287.6531.76
Hex98A1205D58281655820
Octal230122201351305054513040
Binary100110001010100100101110110110001010001011001011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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