#980724

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

Shades of Carmine #980724

Tints of Carmine #980724

Color information

#980724 (or 0x980724) is unknown color: approx Carmine. HEX triplet: 98, 07 and 24. RGB value is (152,7,36). Sum of RGB (Red+Green+Blue) = 152+7+36=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #980724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980724 is #67F8DB. Grayscale: #353535. Windows color (decimal): -6813916 or 2361240. OLE color: 2361240.

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

Color convert

RGB152736-
CMYK00.950.760.40
HSL348º91.19%31.18%-
HSV(B)348º95.39%59.61%-
XYZ13.346.952.31-
YUV53.66118.04198.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 77.95%
GREEN value IS 7 (3.12% from 255) = 3.59%
BLUE value IS 36 (14.45% from 255) = 18.46%
R=77.95%
G=3.59%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15273600.950.760.4034891.1931.18
Hex9872405F4C2815c5b1f
Octal23074401371145053413337
Binary10011000111100100010111111001100101000101011100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980724; }

 p { color: rgb(152,7,36); }

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

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

 a { background-color: rgb(152,7,36); }

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

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

 span { border-color: rgb(152,7,36); }

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