#980D29

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

Shades of Carmine #980D29

Tints of Carmine #980D29

Color information

#980D29 (or 0x980D29) is unknown color: approx Carmine. HEX triplet: 98, 0D and 29. RGB value is (152,13,41). Sum of RGB (Red+Green+Blue) = 152+13+41=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #980D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D29 is #67F2D6. Grayscale: #393939. Windows color (decimal): -6812375 or 2690456. OLE color: 2690456.

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

Color convert

RGB1521341-
CMYK00.910.730.40
HSL347.91º84.24%32.35%-
HSV(B)347.91º91.45%59.61%-
XYZ13.497.122.76-
YUV57.75118.55195.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 41 (16.41% from 255) = 19.90%
R=73.79%
G=6.31%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152134100.910.730.40347.9184.2432.35
Hex98D2905B492815c5420
Octal230155101331115053412440
Binary1001100011011010010101101110010011010001010111001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,13,41); }

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

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

 a { background-color: rgb(152,13,41); }

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

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

 span { border-color: rgb(152,13,41); }

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