#97041E

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

Shades of Carmine #97041E

Tints of Carmine #97041E

Color information

#97041E (or 0x97041E) is unknown color: approx Carmine. HEX triplet: 97, 04 and 1E. RGB value is (151,4,30). Sum of RGB (Red+Green+Blue) = 151+4+30=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #97041E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97041E is #68FBE1. Grayscale: #323232. Windows color (decimal): -6880226 or 1967255. OLE color: 1967255.

HSL color Cylindrical-coordinate representation of color #97041E: hue angle of 349.39º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #97041E is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB151430-
CMYK00.970.800.41
HSL349.39º94.84%30.39%-
HSV(B)349.39º97.35%59.22%-
XYZ13.046.761.85-
YUV50.92116.2199.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.62%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 30 (12.11% from 255) = 16.22%
R=81.62%
G=2.16%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15143000.970.800.41349.3994.8430.39
Hex9741E061502915d5f1e
Octal22743601411205153513736
Binary1001011110011110011000011010000101001101011101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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