#980E1D

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

Shades of Carmine #980E1D

Tints of Carmine #980E1D

Color information

#980E1D (or 0x980E1D) is unknown color: approx Carmine. HEX triplet: 98, 0E and 1D. RGB value is (152,14,29). Sum of RGB (Red+Green+Blue) = 152+14+29=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #980E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980E1D is #67F1E2. Grayscale: #393939. Windows color (decimal): -6812131 or 1904280. OLE color: 1904280.

HSL color Cylindrical-coordinate representation of color #980E1D: hue angle of 353.48º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E1D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB1521429-
CMYK00.910.810.40
HSL353.48º83.13%32.55%-
HSV(B)353.48º90.79%59.61%-
XYZ13.337.081.83-
YUV56.97112.22195.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 29 (11.72% from 255) = 14.87%
R=77.95%
G=7.18%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152142900.910.810.40353.4883.1332.55
Hex98E1D05B51281615321
Octal230163501331215054112341
Binary100110001110111010101101110100011010001011000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,14,29); }

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

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

 a { background-color: rgb(152,14,29); }

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

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

 span { border-color: rgb(152,14,29); }

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