#980525

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

Shades of Carmine #980525

Tints of Carmine #980525

Color information

#980525 (or 0x980525) is unknown color: approx Carmine. HEX triplet: 98, 05 and 25. RGB value is (152,5,37). Sum of RGB (Red+Green+Blue) = 152+5+37=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #980525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980525 is #67FADA. Grayscale: #343434. Windows color (decimal): -6814427 or 2426264. OLE color: 2426264.

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

Color convert

RGB152537-
CMYK00.970.760.40
HSL346.94º93.63%30.78%-
HSV(B)346.94º96.71%59.61%-
XYZ13.346.922.38-
YUV52.6119.2198.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 78.35%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=78.35%
G=2.58%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15253700.970.760.40346.9493.6330.78
Hex985250614C2815b5e1f
Octal23054501411145053313637
Binary10011000101100101011000011001100101000101011011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980525; }

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

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

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

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

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

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

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

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