#88304F

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

Shades of Disco #88304F

Tints of Disco #88304F

Color information

#88304F (or 0x88304F) is unknown color: approx Disco. HEX triplet: 88, 30 and 4F. RGB value is (136,48,79). Sum of RGB (Red+Green+Blue) = 136+48+79=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88304F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88304F is #77CFB0. Grayscale: #4D4D4D. Windows color (decimal): -7851953 or 5189768. OLE color: 5189768.

HSL color Cylindrical-coordinate representation of color #88304F: hue angle of 338.86º 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 #88304F is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1364879-
CMYK00.650.420.47
HSL338.86º47.83%36.08%-
HSV(B)338.86º64.71%53.33%-
XYZ12.627.918.26-
YUV77.85128.65169.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=51.71%
G=18.25%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136487900.650.420.47338.8647.8336.08
Hex88304F0412A2F1533024
Octal21060117010152575236044
Binary10001000110000100111101000001101010101111101010011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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