#971127

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

Shades of Carmine #971127

Tints of Carmine #971127

Color information

#971127 (or 0x971127) is unknown color: approx Carmine. HEX triplet: 97, 11 and 27. RGB value is (151,17,39). Sum of RGB (Red+Green+Blue) = 151+17+39=207 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.95% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 151 - color contains mainly: red. Hex color #971127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971127 is #68EED8. Grayscale: #3B3B3B. Windows color (decimal): -6876889 or 2560407. OLE color: 2560407.

HSL color Cylindrical-coordinate representation of color #971127: hue angle of 350.15º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971127 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB1511739-
CMYK00.890.740.41
HSL350.15º79.76%32.94%-
HSV(B)350.15º88.74%59.22%-
XYZ13.337.132.59-
YUV59.57116.39193.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 72.95%
GREEN value IS 17 (7.03% from 255) = 8.21%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=72.95%
G=8.21%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151173900.890.740.41350.1579.7632.94
Hex9711270594A2915e5021
Octal227214701311125153612041
Binary10010111100011001110101100110010101010011010111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971127; }

 p { color: rgb(151,17,39); }

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

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

 a { background-color: rgb(151,17,39); }

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

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

 span { border-color: rgb(151,17,39); }

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