#980A27

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

Shades of Carmine #980A27

Tints of Carmine #980A27

Color information

#980A27 (or 0x980A27) is unknown color: approx Carmine. HEX triplet: 98, 0A and 27. RGB value is (152,10,39). Sum of RGB (Red+Green+Blue) = 152+10+39=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #980A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A27 is #67F5D8. Grayscale: #373737. Windows color (decimal): -6813145 or 2558616. OLE color: 2558616.

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

Color convert

RGB1521039-
CMYK00.930.740.40
HSL347.75º87.65%31.76%-
HSV(B)347.75º93.42%59.61%-
XYZ13.427.042.57-
YUV55.76118.54196.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.62%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 39 (15.62% from 255) = 19.40%
R=75.62%
G=4.98%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152103900.930.740.40347.7587.6531.76
Hex98A2705D4A2815c5820
Octal230124701351125053413040
Binary1001100010101001110101110110010101010001010111001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980A27; }

 p { color: rgb(152,10,39); }

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

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

 a { background-color: rgb(152,10,39); }

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

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

 span { border-color: rgb(152,10,39); }

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