#88354F

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

Shades of Disco #88354F

Tints of Disco #88354F

Color information

#88354F (or 0x88354F) is unknown color: approx Disco. HEX triplet: 88, 35 and 4F. RGB value is (136,53,79). Sum of RGB (Red+Green+Blue) = 136+53+79=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88354F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88354F is #77CAB0. Grayscale: #505050. Windows color (decimal): -7850673 or 5191048. OLE color: 5191048.

HSL color Cylindrical-coordinate representation of color #88354F: hue angle of 341.2º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #88354F is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1365379-
CMYK00.610.420.47
HSL341.2º43.92%37.06%-
HSV(B)341.2º61.03%53.33%-
XYZ12.848.348.33-
YUV80.78127167.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=50.75%
G=19.78%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136537900.610.420.47341.243.9237.06
Hex88354F03D2A2F1552c25
Octal2106511707552575255445
Binary1000100011010110011110111101101010101111101010101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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