#88324A

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

Shades of Disco #88324A

Tints of Disco #88324A

Color information

#88324A (or 0x88324A) is unknown color: approx Disco. HEX triplet: 88, 32 and 4A. RGB value is (136,50,74). Sum of RGB (Red+Green+Blue) = 136+50+74=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #88324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88324A is #77CDB5. Grayscale: #4E4E4E. Windows color (decimal): -7851446 or 4862600. OLE color: 4862600.

HSL color Cylindrical-coordinate representation of color #88324A: hue angle of 343.26º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88324A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1365074-
CMYK00.630.460.47
HSL343.26º46.24%36.47%-
HSV(B)343.26º63.24%53.33%-
XYZ12.538.017.36-
YUV78.45125.49169.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=52.31%
G=19.23%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136507400.630.460.47343.2646.2436.47
Hex88324A03F2E2F1572e24
Octal2106211207756575275644
Binary1000100011001010010100111111101110101111101010111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88324A; }

 p { color: rgb(136,50,74); }

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

<style>
 a { background-color: #88324A; }

 a { background-color: rgb(136,50,74); }

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

<style>
 span { border-color: #88324A; }

 span { border-color: rgb(136,50,74); }

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