#980128

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

Shades of Carmine #980128

Tints of Carmine #980128

Color information

#980128 (or 0x980128) is unknown color: approx Carmine. HEX triplet: 98, 01 and 28. RGB value is (152,1,40). Sum of RGB (Red+Green+Blue) = 152+1+40=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #980128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980128 is #67FED7. Grayscale: #323232. Windows color (decimal): -6815448 or 2621848. OLE color: 2621848.

HSL color Cylindrical-coordinate representation of color #980128: hue angle of 344.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980128 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB152140-
CMYK00.990.740.40
HSL344.5º98.69%30%-
HSV(B)344.5º99.34%59.61%-
XYZ13.346.852.63-
YUV50.6122.03200.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 78.76%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=78.76%
G=0.52%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214000.990.740.40344.598.6930
Hex981280634A28159631e
Octal23015001431125053114336
Binary100110001101000011000111001010101000101011001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980128; }

 p { color: rgb(152,1,40); }

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

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

 a { background-color: rgb(152,1,40); }

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

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

 span { border-color: rgb(152,1,40); }

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