#97121E

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

Shades of Carmine #97121E

Tints of Carmine #97121E

Color information

#97121E (or 0x97121E) is unknown color: approx Carmine. HEX triplet: 97, 12 and 1E. RGB value is (151,18,30). Sum of RGB (Red+Green+Blue) = 151+18+30=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #97121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97121E is #68EDE1. Grayscale: #3B3B3B. Windows color (decimal): -6876642 or 1970839. OLE color: 1970839.

HSL color Cylindrical-coordinate representation of color #97121E: hue angle of 354.59º 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 #97121E is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB1511830-
CMYK00.880.800.41
HSL354.59º78.7%33.14%-
HSV(B)354.59º88.08%59.22%-
XYZ13.217.111.9-
YUV59.14111.56193.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 75.88%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 30 (12.11% from 255) = 15.08%
R=75.88%
G=9.05%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151183000.880.800.41354.5978.733.14
Hex97121E05850291634f21
Octal227223601301205154311741
Binary1001011110010111100101100010100001010011011000111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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