#8B0619

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

Shades of Carmine #8B0619

Tints of Carmine #8B0619

Color information

#8B0619 (or 0x8B0619) is unknown color: approx Carmine. HEX triplet: 8B, 06 and 19. RGB value is (139,6,25). Sum of RGB (Red+Green+Blue) = 139+6+25=170 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.76% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0619 is #74F9E6. Grayscale: #2F2F2F. Windows color (decimal): -7666151 or 1640075. OLE color: 1640075.

HSL color Cylindrical-coordinate representation of color #8B0619: hue angle of 351.43º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0619 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB139625-
CMYK00.960.820.45
HSL351.43º91.72%28.43%-
HSV(B)351.43º95.68%54.51%-
XYZ10.895.691.44-
YUV47.93115.06192.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 81.76%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 25 (10.16% from 255) = 14.71%
R=81.76%
G=3.53%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13962500.960.820.45351.4391.7228.43
Hex8B619060522D15f5c1c
Octal21363101401225553713434
Binary1000101111011001011000001010010101101101011111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,6,25); }

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

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

 a { background-color: rgb(139,6,25); }

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

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

 span { border-color: rgb(139,6,25); }

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