#8B3351

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

Shades of Disco #8B3351

Tints of Disco #8B3351

Color information

#8B3351 (or 0x8B3351) is unknown color: approx Disco. HEX triplet: 8B, 33 and 51. RGB value is (139,51,81). Sum of RGB (Red+Green+Blue) = 139+51+81=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3351 is #74CCAE. Grayscale: #505050. Windows color (decimal): -7654575 or 5321611. OLE color: 5321611.

HSL color Cylindrical-coordinate representation of color #8B3351: hue angle of 339.55º 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 #8B3351 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB1395181-
CMYK00.630.420.45
HSL339.55º46.32%37.25%-
HSV(B)339.55º63.31%54.51%-
XYZ13.328.458.71-
YUV80.73128.15169.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=51.29%
G=18.82%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139518100.630.420.45339.5546.3237.25
Hex8B335103F2A2D1542e25
Octal2136312107752555245645
Binary1000101111001110100010111111101010101101101010100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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