#8B0F3E

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

Shades of Disco #8B0F3E

Tints of Disco #8B0F3E

Color information

#8B0F3E (or 0x8B0F3E) is unknown color: approx Disco. HEX triplet: 8B, 0F and 3E. RGB value is (139,15,62). Sum of RGB (Red+Green+Blue) = 139+15+62=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F3E is #74F0C1. Grayscale: #393939. Windows color (decimal): -7663810 or 4067211. OLE color: 4067211.

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

Color convert

RGB1391562-
CMYK00.890.550.45
HSL337.26º80.52%30.2%-
HSV(B)337.26º89.21%54.51%-
XYZ11.696.185.13-
YUV57.43130.58186.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.35%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=64.35%
G=6.94%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139156200.890.550.45337.2680.5230.2
Hex8BF3E059372D151511e
Octal21317760131675552112136
Binary10001011111111111001011001110111101101101010001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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