#97011F

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

Shades of Carmine #97011F

Tints of Carmine #97011F

Color information

#97011F (or 0x97011F) is unknown color: approx Carmine. HEX triplet: 97, 01 and 1F. RGB value is (151,1,31). Sum of RGB (Red+Green+Blue) = 151+1+31=183 (24% of max value = 765). Red value is 151 (59.38% from 255 or 82.51% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 151 - color contains mainly: red. Hex color #97011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97011F is #68FEE0. Grayscale: #313131. Windows color (decimal): -6880993 or 2032023. OLE color: 2032023.

HSL color Cylindrical-coordinate representation of color #97011F: hue angle of 348º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97011F is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB151131-
CMYK00.990.790.41
HSL348º98.68%29.8%-
HSV(B)348º99.34%59.22%-
XYZ13.026.71.9-
YUV49.27117.7200.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 82.51%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=82.51%
G=0.55%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113100.990.790.4134898.6829.8
Hex9711F0634F2915c631e
Octal22713701431175153414336
Binary10010111111111011000111001111101001101011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97011F; }

 p { color: rgb(151,1,31); }

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

<style>
 a { background-color: #97011F; }

 a { background-color: rgb(151,1,31); }

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

<style>
 span { border-color: #97011F; }

 span { border-color: rgb(151,1,31); }

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