#97191A

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

Shades of Carmine #97191A

Tints of Carmine #97191A

Color information

#97191A (or 0x97191A) is unknown color: approx Carmine. HEX triplet: 97, 19 and 1A. RGB value is (151,25,26). Sum of RGB (Red+Green+Blue) = 151+25+26=202 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.75% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 151 - color contains mainly: red. Hex color #97191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97191A is #68E6E5. Grayscale: #3E3E3E. Windows color (decimal): -6874854 or 1710487. OLE color: 1710487.

HSL color Cylindrical-coordinate representation of color #97191A: hue angle of 359.52º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97191A is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1512526-
CMYK00.830.830.41
HSL359.52º71.59%34.51%-
HSV(B)359.52º83.44%59.22%-
XYZ13.37.351.7-
YUV62.79107.24190.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 74.75%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 26 (10.55% from 255) = 12.87%
R=74.75%
G=12.38%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151252600.830.830.41359.5271.5934.51
Hex97191A05353291684823
Octal227313201231235155011043
Binary1001011111001110100101001110100111010011011010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97191A; }

 p { color: rgb(151,25,26); }

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

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

 a { background-color: rgb(151,25,26); }

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

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

 span { border-color: rgb(151,25,26); }

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