#97071B

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

Shades of Carmine #97071B

Tints of Carmine #97071B

Color information

#97071B (or 0x97071B) is unknown color: approx Carmine. HEX triplet: 97, 07 and 1B. RGB value is (151,7,27). Sum of RGB (Red+Green+Blue) = 151+7+27=185 (24% of max value = 765). Red value is 151 (59.38% from 255 or 81.62% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 151 - color contains mainly: red. Hex color #97071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97071B is #68F8E4. Grayscale: #343434. Windows color (decimal): -6879461 or 1771415. OLE color: 1771415.

HSL color Cylindrical-coordinate representation of color #97071B: hue angle of 351.67º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97071B is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB151727-
CMYK00.950.820.41
HSL351.67º91.14%30.98%-
HSV(B)351.67º95.36%59.22%-
XYZ13.046.811.66-
YUV52.34113.71198.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 81.62%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=81.62%
G=3.78%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15172700.950.820.41351.6791.1430.98
Hex9771B05F52291605b1f
Octal22773301371225154013337
Binary1001011111111011010111111010010101001101100000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97071B; }

 p { color: rgb(151,7,27); }

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

<style>
 a { background-color: #97071B; }

 a { background-color: rgb(151,7,27); }

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

<style>
 span { border-color: #97071B; }

 span { border-color: rgb(151,7,27); }

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