#980531

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

Shades of Carmine #980531

Tints of Carmine #980531

Color information

#980531 (or 0x980531) is unknown color: approx Carmine. HEX triplet: 98, 05 and 31. RGB value is (152,5,49). Sum of RGB (Red+Green+Blue) = 152+5+49=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #980531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980531 is #67FACE. Grayscale: #353535. Windows color (decimal): -6814415 or 3212696. OLE color: 3212696.

HSL color Cylindrical-coordinate representation of color #980531: hue angle of 342.04º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980531 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB152549-
CMYK00.970.680.40
HSL342.04º93.63%30.78%-
HSV(B)342.04º96.71%59.61%-
XYZ13.567.013.54-
YUV53.97125.2197.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 73.79%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 49 (19.53% from 255) = 23.79%
R=73.79%
G=2.43%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15254900.970.680.40342.0493.6330.78
Hex9853106144281565e1f
Octal23056101411045052613637
Binary10011000101110001011000011000100101000101010110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980531; }

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

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

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

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

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

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

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

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