#980522

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

Shades of Carmine #980522

Tints of Carmine #980522

Color information

#980522 (or 0x980522) is unknown color: approx Carmine. HEX triplet: 98, 05 and 22. RGB value is (152,5,34). Sum of RGB (Red+Green+Blue) = 152+5+34=191 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.58% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 152 - color contains mainly: red. Hex color #980522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980522 is #67FADD. Grayscale: #343434. Windows color (decimal): -6814430 or 2229656. OLE color: 2229656.

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

Color convert

RGB152534-
CMYK00.970.780.40
HSL348.16º93.63%30.78%-
HSV(B)348.16º96.71%59.61%-
XYZ13.296.92.14-
YUV52.26117.7199.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 79.58%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=79.58%
G=2.62%
B=17.80%

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
Decimal15253400.970.780.40348.1693.6330.78
Hex985220614E2815c5e1f
Octal23054201411165053413637
Binary10011000101100010011000011001110101000101011100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980522; }

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

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

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

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

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

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

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

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