#980E34

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

Shades of Carmine #980E34

Tints of Carmine #980E34

Color information

#980E34 (or 0x980E34) is unknown color: approx Carmine. HEX triplet: 98, 0E and 34. RGB value is (152,14,52). Sum of RGB (Red+Green+Blue) = 152+14+52=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #980E34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980E34 is #67F1CB. Grayscale: #3B3B3B. Windows color (decimal): -6812108 or 3411608. OLE color: 3411608.

HSL color Cylindrical-coordinate representation of color #980E34: hue angle of 343.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 #980E34 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB1521452-
CMYK00.910.660.40
HSL343.48º83.13%32.55%-
HSV(B)343.48º90.79%59.61%-
XYZ13.737.243.92-
YUV59.59123.72193.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.72%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=69.72%
G=6.42%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152145200.910.660.40343.4883.1332.55
Hex98E3405B42281575321
Octal230166401331025052712341
Binary1001100011101101000101101110000101010001010101111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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