#97121D

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

Shades of Carmine #97121D

Tints of Carmine #97121D

Color information

#97121D (or 0x97121D) is unknown color: approx Carmine. HEX triplet: 97, 12 and 1D. RGB value is (151,18,29). Sum of RGB (Red+Green+Blue) = 151+18+29=198 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.26% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 151 - color contains mainly: red. Hex color #97121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97121D is #68EDE2. Grayscale: #3B3B3B. Windows color (decimal): -6876643 or 1905303. OLE color: 1905303.

HSL color Cylindrical-coordinate representation of color #97121D: hue angle of 355.04º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #97121D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1511829-
CMYK00.880.810.41
HSL355.04º78.7%33.14%-
HSV(B)355.04º88.08%59.22%-
XYZ13.27.11.84-
YUV59.02111.06193.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.26%
GREEN value IS 18 (7.42% from 255) = 9.09%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=76.26%
G=9.09%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151182900.880.810.41355.0478.733.14
Hex97121D05851291634f21
Octal227223501301215154311741
Binary1001011110010111010101100010100011010011011000111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,18,29); }

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

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

 a { background-color: rgb(151,18,29); }

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

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

 span { border-color: rgb(151,18,29); }

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