#97032D

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

Shades of Carmine #97032D

Tints of Carmine #97032D

Color information

#97032D (or 0x97032D) is unknown color: approx Carmine. HEX triplet: 97, 03 and 2D. RGB value is (151,3,45). Sum of RGB (Red+Green+Blue) = 151+3+45=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #97032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97032D is #68FCD2. Grayscale: #343434. Windows color (decimal): -6880467 or 2950039. OLE color: 2950039.

HSL color Cylindrical-coordinate representation of color #97032D: hue angle of 342.97º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #97032D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB151345-
CMYK00.980.700.41
HSL342.97º96.1%30.2%-
HSV(B)342.97º98.01%59.22%-
XYZ13.276.833.1-
YUV52.04124.03198.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.88%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=75.88%
G=1.51%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15134500.980.700.41342.9796.130.2
Hex9732D0624629157601e
Octal22735501421065152714036
Binary1001011111101101011000101000110101001101010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97032D; }

 p { color: rgb(151,3,45); }

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

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

 a { background-color: rgb(151,3,45); }

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

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

 span { border-color: rgb(151,3,45); }

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