#980735

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

Shades of Carmine #980735

Tints of Carmine #980735

Color information

#980735 (or 0x980735) is unknown color: approx Carmine. HEX triplet: 98, 07 and 35. RGB value is (152,7,53). Sum of RGB (Red+Green+Blue) = 152+7+53=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #980735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980735 is #67F8CA. Grayscale: #373737. Windows color (decimal): -6813899 or 3475352. OLE color: 3475352.

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

Color convert

RGB152753-
CMYK00.950.650.40
HSL340.97º91.19%31.18%-
HSV(B)340.97º95.39%59.61%-
XYZ13.677.084.02-
YUV55.6126.54196.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 71.70%
GREEN value IS 7 (3.12% from 255) = 3.30%
BLUE value IS 53 (21.09% from 255) = 25%
R=71.70%
G=3.30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15275300.950.650.40340.9791.1931.18
Hex9873505F41281555b1f
Octal23076501371015052513337
Binary10011000111110101010111111000001101000101010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980735; }

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

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

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

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

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

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

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

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