#8B0E3E

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

Shades of Disco #8B0E3E

Tints of Disco #8B0E3E

Color information

#8B0E3E (or 0x8B0E3E) is unknown color: approx Disco. HEX triplet: 8B, 0E and 3E. RGB value is (139,14,62). Sum of RGB (Red+Green+Blue) = 139+14+62=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0E3E is #74F1C1. Grayscale: #383838. Windows color (decimal): -7664066 or 4066955. OLE color: 4066955.

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

Color convert

RGB1391462-
CMYK00.900.550.45
HSL336.96º81.7%30%-
HSV(B)336.96º89.93%54.51%-
XYZ11.676.155.13-
YUV56.85130.91186.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 14 (5.86% from 255) = 6.51%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=64.65%
G=6.51%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139146200.900.550.45336.9681.730
Hex8BE3E05A372D151521e
Octal21316760132675552112236
Binary10001011111011111001011010110111101101101010001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,14,62); }

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

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

 a { background-color: rgb(139,14,62); }

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

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

 span { border-color: rgb(139,14,62); }

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