#8B234C

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

Shades of Disco #8B234C

Tints of Disco #8B234C

Color information

#8B234C (or 0x8B234C) is unknown color: approx Disco. HEX triplet: 8B, 23 and 4C. RGB value is (139,35,76). Sum of RGB (Red+Green+Blue) = 139+35+76=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B234C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B234C is #74DCB3. Grayscale: #464646. Windows color (decimal): -7658676 or 4989835. OLE color: 4989835.

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

Color convert

RGB1393576-
CMYK00.750.450.45
HSL336.35º59.77%34.12%-
HSV(B)336.35º74.82%54.51%-
XYZ12.557.217.57-
YUV70.77130.96176.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 76 (30.08% from 255) = 30.4%
R=55.6%
G=14%
B=30.4%

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
Decimal139357600.750.450.45336.3559.7734.12
Hex8B234C04B2D2D1503c22
Octal21343114011355555207442
Binary10001011100011100110001001011101101101101101010000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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