#980718

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

Shades of Carmine #980718

Tints of Carmine #980718

Color information

#980718 (or 0x980718) is unknown color: approx Carmine. HEX triplet: 98, 07 and 18. RGB value is (152,7,24). Sum of RGB (Red+Green+Blue) = 152+7+24=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #980718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980718 is #67F8E7. Grayscale: #343434. Windows color (decimal): -6813928 or 1574808. OLE color: 1574808.

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

Color convert

RGB152724-
CMYK00.950.840.40
HSL352.97º91.19%31.18%-
HSV(B)352.97º95.39%59.61%-
XYZ13.196.891.5-
YUV52.29112.04199.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.06%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 24 (9.77% from 255) = 13.11%
R=83.06%
G=3.83%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15272400.950.840.40352.9791.1931.18
Hex9871805F54281615b1f
Octal23073001371245054113337
Binary1001100011111000010111111010100101000101100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980718; }

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

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

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

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

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

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

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

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