#980A31

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

Shades of Carmine #980A31

Tints of Carmine #980A31

Color information

#980A31 (or 0x980A31) is unknown color: approx Carmine. HEX triplet: 98, 0A and 31. RGB value is (152,10,49). Sum of RGB (Red+Green+Blue) = 152+10+49=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #980A31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A31 is #67F5CE. Grayscale: #383838. Windows color (decimal): -6813135 or 3213976. OLE color: 3213976.

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

Color convert

RGB1521049-
CMYK00.930.680.40
HSL343.52º87.65%31.76%-
HSV(B)343.52º93.42%59.61%-
XYZ13.617.113.56-
YUV56.9123.54195.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.04%
GREEN value IS 10 (4.30% from 255) = 4.74%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=72.04%
G=4.74%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152104900.930.680.40343.5287.6531.76
Hex98A3105D44281585820
Octal230126101351045053013040
Binary1001100010101100010101110110001001010001010110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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