#8B3352

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

Shades of Disco #8B3352

Tints of Disco #8B3352

Color information

#8B3352 (or 0x8B3352) is unknown color: approx Disco. HEX triplet: 8B, 33 and 52. RGB value is (139,51,82). Sum of RGB (Red+Green+Blue) = 139+51+82=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3352 is #74CCAD. Grayscale: #505050. Windows color (decimal): -7654574 or 5387147. OLE color: 5387147.

HSL color Cylindrical-coordinate representation of color #8B3352: hue angle of 338.86º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3352 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB1395182-
CMYK00.630.410.45
HSL338.86º46.32%37.25%-
HSV(B)338.86º63.31%54.51%-
XYZ13.358.478.91-
YUV80.85128.65169.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=51.10%
G=18.75%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139518200.630.410.45338.8646.3237.25
Hex8B335203F292D1532e25
Octal2136312207751555235645
Binary1000101111001110100100111111101001101101101010011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,51,82); }

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

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

 a { background-color: rgb(139,51,82); }

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

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

 span { border-color: rgb(139,51,82); }

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