#980D37

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

Shades of Carmine #980D37

Tints of Carmine #980D37

Color information

#980D37 (or 0x980D37) is unknown color: approx Carmine. HEX triplet: 98, 0D and 37. RGB value is (152,13,55). Sum of RGB (Red+Green+Blue) = 152+13+55=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #980D37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D37 is #67F2C8. Grayscale: #3B3B3B. Windows color (decimal): -6812361 or 3607960. OLE color: 3607960.

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

Color convert

RGB1521355-
CMYK00.910.640.40
HSL341.87º84.24%32.35%-
HSV(B)341.87º91.45%59.61%-
XYZ13.787.244.29-
YUV59.35125.55194.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 13 (5.47% from 255) = 5.91%
BLUE value IS 55 (21.88% from 255) = 25%
R=69.09%
G=5.91%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152135500.910.640.40341.8784.2432.35
Hex98D3705B40281565420
Octal230156701331005052612440
Binary1001100011011101110101101110000001010001010101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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