#88304E

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

Shades of Disco #88304E

Tints of Disco #88304E

Color information

#88304E (or 0x88304E) is unknown color: approx Disco. HEX triplet: 88, 30 and 4E. RGB value is (136,48,78). Sum of RGB (Red+Green+Blue) = 136+48+78=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #88304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88304E is #77CFB1. Grayscale: #4D4D4D. Windows color (decimal): -7851954 or 5124232. OLE color: 5124232.

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

Color convert

RGB1364878-
CMYK00.650.430.47
HSL339.55º47.83%36.08%-
HSV(B)339.55º64.71%53.33%-
XYZ12.597.98.07-
YUV77.73128.15169.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 48 (19.14% from 255) = 18.32%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=51.91%
G=18.32%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136487800.650.430.47339.5547.8336.08
Hex88304E0412B2F1543024
Octal21060116010153575246044
Binary10001000110000100111001000001101011101111101010100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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