#951117

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

Shades of Carmine #951117

Tints of Carmine #951117

Color information

#951117 (or 0x951117) is unknown color: approx Carmine. HEX triplet: 95, 11 and 17. RGB value is (149,17,23). Sum of RGB (Red+Green+Blue) = 149+17+23=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951117 is #6AEEE8. Grayscale: #393939. Windows color (decimal): -7007977 or 1511829. OLE color: 1511829.

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

Color convert

RGB1491723-
CMYK00.890.850.42
HSL357.27º79.52%32.55%-
HSV(B)357.27º88.59%58.43%-
XYZ12.756.851.46-
YUV57.15108.73193.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.84%
GREEN value IS 17 (7.03% from 255) = 8.99%
BLUE value IS 23 (9.38% from 255) = 12.17%
R=78.84%
G=8.99%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149172300.890.850.42357.2779.5232.55
Hex951117059552A1655021
Octal225212701311255254512041
Binary1001010110001101110101100110101011010101011001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951117; }

 p { color: rgb(149,17,23); }

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

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

 a { background-color: rgb(149,17,23); }

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

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

 span { border-color: rgb(149,17,23); }

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