#8B3350

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

Shades of Disco #8B3350

Tints of Disco #8B3350

Color information

#8B3350 (or 0x8B3350) is unknown color: approx Disco. HEX triplet: 8B, 33 and 50. RGB value is (139,51,80). Sum of RGB (Red+Green+Blue) = 139+51+80=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3350 is #74CCAF. Grayscale: #505050. Windows color (decimal): -7654576 or 5256075. OLE color: 5256075.

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

Color convert

RGB1395180-
CMYK00.630.420.45
HSL340.23º46.32%37.25%-
HSV(B)340.23º63.31%54.51%-
XYZ13.288.448.52-
YUV80.62127.65169.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=51.48%
G=18.89%
B=29.63%

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
Decimal139518000.630.420.45340.2346.3237.25
Hex8B335003F2A2D1542e25
Octal2136312007752555245645
Binary1000101111001110100000111111101010101101101010100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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