#980521

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

Shades of Carmine #980521

Tints of Carmine #980521

Color information

#980521 (or 0x980521) is unknown color: approx Carmine. HEX triplet: 98, 05 and 21. RGB value is (152,5,33). Sum of RGB (Red+Green+Blue) = 152+5+33=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #980521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980521 is #67FADE. Grayscale: #343434. Windows color (decimal): -6814431 or 2164120. OLE color: 2164120.

HSL color Cylindrical-coordinate representation of color #980521: hue angle of 348.57º 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 #980521 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB152533-
CMYK00.970.780.40
HSL348.57º93.63%30.78%-
HSV(B)348.57º96.71%59.61%-
XYZ13.286.892.07-
YUV52.14117.2199.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=80%
G=2.63%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15253300.970.780.40348.5793.6330.78
Hex985210614E2815d5e1f
Octal23054101411165053513637
Binary10011000101100001011000011001110101000101011101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980521; }

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

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

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

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

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

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

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

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