#951217

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

Shades of Carmine #951217

Tints of Carmine #951217

Color information

#951217 (or 0x951217) is unknown color: approx Carmine. HEX triplet: 95, 12 and 17. RGB value is (149,18,23). Sum of RGB (Red+Green+Blue) = 149+18+23=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #951217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951217 is #6AEDE8. Grayscale: #393939. Windows color (decimal): -7007721 or 1512085. OLE color: 1512085.

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

Color convert

RGB1491823-
CMYK00.880.850.42
HSL357.71º78.44%32.75%-
HSV(B)357.71º87.92%58.43%-
XYZ12.776.881.47-
YUV57.74108.4193.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 78.42%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 23 (9.38% from 255) = 12.11%
R=78.42%
G=9.47%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149182300.880.850.42357.7178.4432.75
Hex951217058552A1664e21
Octal225222701301255254611641
Binary1001010110010101110101100010101011010101011001101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951217; }

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

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

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

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

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

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

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

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