#980F31

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

Shades of Carmine #980F31

Tints of Carmine #980F31

Color information

#980F31 (or 0x980F31) is unknown color: approx Carmine. HEX triplet: 98, 0F and 31. RGB value is (152,15,49). Sum of RGB (Red+Green+Blue) = 152+15+49=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #980F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F31 is #67F0CE. Grayscale: #3B3B3B. Windows color (decimal): -6811855 or 3215256. OLE color: 3215256.

HSL color Cylindrical-coordinate representation of color #980F31: hue angle of 345.11º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F31 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB1521549-
CMYK00.900.680.40
HSL345.11º82.04%32.75%-
HSV(B)345.11º90.13%59.61%-
XYZ13.677.243.58-
YUV59.84121.89193.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 70.37%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=70.37%
G=6.94%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152154900.900.680.40345.1182.0432.75
Hex98F3105A44281595221
Octal230176101321045053112241
Binary1001100011111100010101101010001001010001010110011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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