#88274E

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

Shades of Disco #88274E

Tints of Disco #88274E

Color information

#88274E (or 0x88274E) is unknown color: approx Disco. HEX triplet: 88, 27 and 4E. RGB value is (136,39,78). Sum of RGB (Red+Green+Blue) = 136+39+78=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88274E is #77D8B1. Grayscale: #484848. Windows color (decimal): -7854258 or 5121928. OLE color: 5121928.

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

Color convert

RGB1363978-
CMYK00.710.430.47
HSL335.88º55.43%34.31%-
HSV(B)335.88º71.32%53.33%-
XYZ12.257.247.96-
YUV72.45131.14173.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=53.75%
G=15.42%
B=30.83%

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
Decimal136397800.710.430.47335.8855.4334.31
Hex88274E0472B2F1503722
Octal21047116010753575206742
Binary10001000100111100111001000111101011101111101010000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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