#980717

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

Shades of Carmine #980717

Tints of Carmine #980717

Color information

#980717 (or 0x980717) is unknown color: approx Carmine. HEX triplet: 98, 07 and 17. RGB value is (152,7,23). Sum of RGB (Red+Green+Blue) = 152+7+23=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #980717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980717 is #67F8E8. Grayscale: #343434. Windows color (decimal): -6813929 or 1509272. OLE color: 1509272.

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

Color convert

RGB152723-
CMYK00.950.850.40
HSL353.38º91.19%31.18%-
HSV(B)353.38º95.39%59.61%-
XYZ13.186.891.45-
YUV52.18111.54199.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 83.52%
GREEN value IS 7 (3.12% from 255) = 3.85%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=83.52%
G=3.85%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15272300.950.850.40353.3891.1931.18
Hex9871705F55281615b1f
Octal23072701371255054113337
Binary1001100011110111010111111010101101000101100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980717; }

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

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

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

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

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

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

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

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