#8B234D

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

Shades of Disco #8B234D

Tints of Disco #8B234D

Color information

#8B234D (or 0x8B234D) is unknown color: approx Disco. HEX triplet: 8B, 23 and 4D. RGB value is (139,35,77). Sum of RGB (Red+Green+Blue) = 139+35+77=251 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.38% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 139 - color contains mainly: red. Hex color #8B234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B234D is #74DCB2. Grayscale: #464646. Windows color (decimal): -7658675 or 5055371. OLE color: 5055371.

HSL color Cylindrical-coordinate representation of color #8B234D: hue angle of 335.77º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B234D is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1393577-
CMYK00.750.450.45
HSL335.77º59.77%34.12%-
HSV(B)335.77º74.82%54.51%-
XYZ12.597.237.75-
YUV70.88131.46176.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.38%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=55.38%
G=13.94%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139357700.750.450.45335.7759.7734.12
Hex8B234D04B2D2D1503c22
Octal21343115011355555207442
Binary10001011100011100110101001011101101101101101010000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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