#8B2B43

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

Shades of Disco #8B2B43

Tints of Disco #8B2B43

Color information

#8B2B43 (or 0x8B2B43) is unknown color: approx Disco. HEX triplet: 8B, 2B and 43. RGB value is (139,43,67). Sum of RGB (Red+Green+Blue) = 139+43+67=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2B43 is #74D4BC. Grayscale: #4A4A4A. Windows color (decimal): -7656637 or 4402059. OLE color: 4402059.

HSL color Cylindrical-coordinate representation of color #8B2B43: hue angle of 345º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B2B43 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB1394367-
CMYK00.690.520.45
HSL345º52.75%35.69%-
HSV(B)345º69.06%54.51%-
XYZ12.527.626.12-
YUV74.44123.8174.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.82%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=55.82%
G=17.27%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139436700.690.520.4534552.7535.69
Hex8B2B43045342D1593524
Octal21353103010564555316544
Binary10001011101011100001101000101110100101101101011001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,43,67); }

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

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

 a { background-color: rgb(139,43,67); }

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

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

 span { border-color: rgb(139,43,67); }

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