#97091A

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

Shades of Carmine #97091A

Tints of Carmine #97091A

Color information

#97091A (or 0x97091A) is unknown color: approx Carmine. HEX triplet: 97, 09 and 1A. RGB value is (151,9,26). Sum of RGB (Red+Green+Blue) = 151+9+26=186 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.18% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 151 - color contains mainly: red. Hex color #97091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97091A is #68F6E5. Grayscale: #353535. Windows color (decimal): -6878950 or 1706391. OLE color: 1706391.

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

Color convert

RGB151926-
CMYK00.940.830.41
HSL352.82º88.75%31.37%-
HSV(B)352.82º94.04%59.22%-
XYZ13.056.851.61-
YUV53.4112.54197.62-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.18%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=81.18%
G=4.84%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15192600.940.830.41352.8288.7531.37
Hex9791A05E5329161591f
Octal227113201361235154113137
Binary10010111100111010010111101010011101001101100001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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