#88284E

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

Shades of Disco #88284E

Tints of Disco #88284E

Color information

#88284E (or 0x88284E) is unknown color: approx Disco. HEX triplet: 88, 28 and 4E. RGB value is (136,40,78). Sum of RGB (Red+Green+Blue) = 136+40+78=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88284E is #77D7B1. Grayscale: #484848. Windows color (decimal): -7854002 or 5122184. OLE color: 5122184.

HSL color Cylindrical-coordinate representation of color #88284E: hue angle of 336.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88284E is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1364078-
CMYK00.710.430.47
HSL336.25º54.55%34.51%-
HSV(B)336.25º70.59%53.33%-
XYZ12.297.37.97-
YUV73.04130.8172.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=53.54%
G=15.75%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136407800.710.430.47336.2554.5534.51
Hex88284E0472B2F1503723
Octal21050116010753575206743
Binary10001000101000100111001000111101011101111101010000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88284E; }

 p { color: rgb(136,40,78); }

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

<style>
 a { background-color: #88284E; }

 a { background-color: rgb(136,40,78); }

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

<style>
 span { border-color: #88284E; }

 span { border-color: rgb(136,40,78); }

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