#95131f

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

Shades of Carmine #95131F

Tints of Carmine #95131F

Color information

#95131F (or 0x95131F) is unknown color: approx Carmine. HEX triplet: 95, 13 and 1F. RGB value is (149,19,31). Sum of RGB (Red+Green+Blue) = 149+19+31=199 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.87% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 149 - color contains mainly: red. Hex color #95131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95131F is #6AECE0. Grayscale: #3B3B3B. Windows color (decimal): -7007457 or 2036629. OLE color: 2036629.

HSL color Cylindrical-coordinate representation of color #95131F: hue angle of 354.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95131F is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB1491931-
CMYK00.870.790.42
HSL354.46º77.38%32.94%-
HSV(B)354.46º87.25%58.43%-
XYZ12.876.951.96-
YUV59.24112.07192.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 74.87%
GREEN value IS 19 (7.81% from 255) = 9.55%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=74.87%
G=9.55%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149193100.870.790.42354.4677.3832.94
Hex95131F0574F2A1624d21
Octal225233701271175254211541
Binary1001010110011111110101011110011111010101011000101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95131f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95131f; }

 p { color: rgb(149,19,31); }

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

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

 a { background-color: rgb(149,19,31); }

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

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

 span { border-color: rgb(149,19,31); }

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