#8B344D

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

Shades of Disco #8B344D

Tints of Disco #8B344D

Color information

#8B344D (or 0x8B344D) is unknown color: approx Disco. HEX triplet: 8B, 34 and 4D. RGB value is (139,52,77). Sum of RGB (Red+Green+Blue) = 139+52+77=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B344D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B344D is #74CBB2. Grayscale: #505050. Windows color (decimal): -7654323 or 5059723. OLE color: 5059723.

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

Color convert

RGB1395277-
CMYK00.630.450.45
HSL342.76º45.55%37.45%-
HSV(B)342.76º62.59%54.51%-
XYZ13.228.487.96-
YUV80.86125.82169.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=51.87%
G=19.40%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139527700.630.450.45342.7645.5537.45
Hex8B344D03F2D2D1572e25
Octal2136411507755555275645
Binary1000101111010010011010111111101101101101101010111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,52,77); }

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

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

 a { background-color: rgb(139,52,77); }

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

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

 span { border-color: rgb(139,52,77); }

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