#97032F

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

Shades of Carmine #97032F

Tints of Carmine #97032F

Color information

#97032F (or 0x97032F) is unknown color: approx Carmine. HEX triplet: 97, 03 and 2F. RGB value is (151,3,47). Sum of RGB (Red+Green+Blue) = 151+3+47=201 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.12% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 151 - color contains mainly: red. Hex color #97032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97032F is #68FCD0. Grayscale: #343434. Windows color (decimal): -6880465 or 3081111. OLE color: 3081111.

HSL color Cylindrical-coordinate representation of color #97032F: hue angle of 342.16º 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 #97032F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB151347-
CMYK00.980.690.41
HSL342.16º96.1%30.2%-
HSV(B)342.16º98.01%59.22%-
XYZ13.316.853.31-
YUV52.27125.03198.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.12%
GREEN value IS 3 (1.56% from 255) = 1.49%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=75.12%
G=1.49%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15134700.980.690.41342.1696.130.2
Hex9732F0624529156601e
Octal22735701421055152614036
Binary1001011111101111011000101000101101001101010110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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