#8B131D

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

Shades of Carmine #8B131D

Tints of Carmine #8B131D

Color information

#8B131D (or 0x8B131D) is unknown color: approx Carmine. HEX triplet: 8B, 13 and 1D. RGB value is (139,19,29). Sum of RGB (Red+Green+Blue) = 139+19+29=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B131D is #74ECE2. Grayscale: #383838. Windows color (decimal): -7662819 or 1905547. OLE color: 1905547.

HSL color Cylindrical-coordinate representation of color #8B131D: hue angle of 355º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B131D is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1391929-
CMYK00.860.790.45
HSL355º75.95%30.98%-
HSV(B)355º86.33%54.51%-
XYZ11.16.041.74-
YUV56.02112.76187.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.33%
GREEN value IS 19 (7.81% from 255) = 10.16%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=74.33%
G=10.16%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139192900.860.790.4535575.9530.98
Hex8B131D0564F2D1634c1f
Octal213233501261175554311437
Binary100010111001111101010101101001111101101101100011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B131D; }

 p { color: rgb(139,19,29); }

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

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

 a { background-color: rgb(139,19,29); }

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

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

 span { border-color: rgb(139,19,29); }

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