#8B1548

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

Shades of Disco #8B1548

Tints of Disco #8B1548

Color information

#8B1548 (or 0x8B1548) is unknown color: approx Disco. HEX triplet: 8B, 15 and 48. RGB value is (139,21,72). Sum of RGB (Red+Green+Blue) = 139+21+72=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1548 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1548 is #74EAB7. Grayscale: #3E3E3E. Windows color (decimal): -7662264 or 4724107. OLE color: 4724107.

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

Color convert

RGB1392172-
CMYK00.850.480.45
HSL334.07º73.75%31.37%-
HSV(B)334.07º84.89%54.51%-
XYZ12.096.496.75-
YUV62.1133.59182.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 21 (8.59% from 255) = 9.05%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=59.91%
G=9.05%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139217200.850.480.45334.0773.7531.37
Hex8B1548055302D14e4a1f
Octal213251100125605551611237
Binary1000101110101100100001010101110000101101101001110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,21,72); }

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

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

 a { background-color: rgb(139,21,72); }

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

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

 span { border-color: rgb(139,21,72); }

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