#8B0B45

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

Shades of Disco #8B0B45

Tints of Disco #8B0B45

Color information

#8B0B45 (or 0x8B0B45) is unknown color: approx Disco. HEX triplet: 8B, 0B and 45. RGB value is (139,11,69). Sum of RGB (Red+Green+Blue) = 139+11+69=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0B45 is #74F4BA. Grayscale: #373737. Windows color (decimal): -7664827 or 4524939. OLE color: 4524939.

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

Color convert

RGB1391169-
CMYK00.920.500.45
HSL332.81º85.33%29.41%-
HSV(B)332.81º92.09%54.51%-
XYZ11.846.166.19-
YUV55.88135.41187.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 11 (4.69% from 255) = 5.02%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=63.47%
G=5.02%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139116900.920.500.45332.8185.3329.41
Hex8BB4505C322D14d551d
Octal213131050134625551512535
Binary100010111011100010101011100110010101101101001101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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