#97122A

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

Shades of Carmine #97122A

Tints of Carmine #97122A

Color information

#97122A (or 0x97122A) is unknown color: approx Carmine. HEX triplet: 97, 12 and 2A. RGB value is (151,18,42). Sum of RGB (Red+Green+Blue) = 151+18+42=211 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.56% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 151 - color contains mainly: red. Hex color #97122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97122A is #68EDD5. Grayscale: #3C3C3C. Windows color (decimal): -6876630 or 2757271. OLE color: 2757271.

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

Color convert

RGB1511842-
CMYK00.880.720.41
HSL349.17º78.7%33.14%-
HSV(B)349.17º88.08%59.22%-
XYZ13.47.182.87-
YUV60.5117.56192.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.56%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=71.56%
G=8.53%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151184200.880.720.41349.1778.733.14
Hex97122A058482915d4f21
Octal227225201301105153511741
Binary10010111100101010100101100010010001010011010111011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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