#8B0D45

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

Shades of Disco #8B0D45

Tints of Disco #8B0D45

Color information

#8B0D45 (or 0x8B0D45) is unknown color: approx Disco. HEX triplet: 8B, 0D and 45. RGB value is (139,13,69). Sum of RGB (Red+Green+Blue) = 139+13+69=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D45 is #74F2BA. Grayscale: #383838. Windows color (decimal): -7664315 or 4525451. OLE color: 4525451.

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

Color convert

RGB1391369-
CMYK00.910.500.45
HSL333.33º82.89%29.8%-
HSV(B)333.33º90.65%54.51%-
XYZ11.876.216.2-
YUV57.06134.74186.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.90%
GREEN value IS 13 (5.47% from 255) = 5.88%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=62.90%
G=5.88%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139136900.910.500.45333.3382.8929.8
Hex8BD4505B322D14d531e
Octal213151050133625551512336
Binary100010111101100010101011011110010101101101001101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,13,69); }

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

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

 a { background-color: rgb(139,13,69); }

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

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

 span { border-color: rgb(139,13,69); }

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