#980435

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

Shades of Carmine #980435

Tints of Carmine #980435

Color information

#980435 (or 0x980435) is unknown color: approx Carmine. HEX triplet: 98, 04 and 35. RGB value is (152,4,53). Sum of RGB (Red+Green+Blue) = 152+4+53=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #980435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980435 is #67FBCA. Grayscale: #353535. Windows color (decimal): -6814667 or 3474584. OLE color: 3474584.

HSL color Cylindrical-coordinate representation of color #980435: hue angle of 340.14º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980435 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB152453-
CMYK00.970.650.40
HSL340.14º94.87%30.59%-
HSV(B)340.14º97.37%59.61%-
XYZ13.637.024-
YUV53.84127.53198.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 72.73%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 53 (21.09% from 255) = 25.36%
R=72.73%
G=1.91%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15245300.970.650.40340.1494.8730.59
Hex9843506141281545f1f
Octal23046501411015052413737
Binary10011000100110101011000011000001101000101010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980435; }

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

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

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

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

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

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

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

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