#97161E

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

Shades of Carmine #97161E

Tints of Carmine #97161E

Color information

#97161E (or 0x97161E) is unknown color: approx Carmine. HEX triplet: 97, 16 and 1E. RGB value is (151,22,30). Sum of RGB (Red+Green+Blue) = 151+22+30=203 (26% of max value = 765). Red value is 151 (59.38% from 255 or 74.38% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 151 - color contains mainly: red. Hex color #97161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97161E is #68E9E1. Grayscale: #3D3D3D. Windows color (decimal): -6875618 or 1971863. OLE color: 1971863.

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

Color convert

RGB1512230-
CMYK00.850.800.41
HSL356.28º74.57%33.92%-
HSV(B)356.28º85.43%59.22%-
XYZ13.287.251.93-
YUV61.48110.24191.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 74.38%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 30 (12.11% from 255) = 14.78%
R=74.38%
G=10.84%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151223000.850.800.41356.2874.5733.92
Hex97161E05550291644b22
Octal227263601251205154411342
Binary1001011110110111100101010110100001010011011001001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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