#8B3652

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

Shades of Disco #8B3652

Tints of Disco #8B3652

Color information

#8B3652 (or 0x8B3652) is unknown color: approx Disco. HEX triplet: 8B, 36 and 52. RGB value is (139,54,82). Sum of RGB (Red+Green+Blue) = 139+54+82=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3652 is #74C9AD. Grayscale: #525252. Windows color (decimal): -7653806 or 5387915. OLE color: 5387915.

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

Color convert

RGB1395482-
CMYK00.610.410.45
HSL340.24º44.04%37.84%-
HSV(B)340.24º61.15%54.51%-
XYZ13.498.748.96-
YUV82.61127.66168.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=50.55%
G=19.64%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139548200.610.410.45340.2444.0437.84
Hex8B365203D292D1542c26
Octal2136612207551555245446
Binary1000101111011010100100111101101001101101101010100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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