#88254C

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

Shades of Disco #88254C

Tints of Disco #88254C

Color information

#88254C (or 0x88254C) is unknown color: approx Disco. HEX triplet: 88, 25 and 4C. RGB value is (136,37,76). Sum of RGB (Red+Green+Blue) = 136+37+76=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88254C is #77DAB3. Grayscale: #464646. Windows color (decimal): -7854772 or 4990344. OLE color: 4990344.

HSL color Cylindrical-coordinate representation of color #88254C: hue angle of 336.36º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88254C is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1363776-
CMYK00.730.440.47
HSL336.36º57.23%33.92%-
HSV(B)336.36º72.79%53.33%-
XYZ12.127.087.57-
YUV71.05130.8174.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.62%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=54.62%
G=14.86%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136377600.730.440.47336.3657.2333.92
Hex88254C0492C2F1503922
Octal21045114011154575207142
Binary10001000100101100110001001001101100101111101010000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88254C; }

 p { color: rgb(136,37,76); }

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

<style>
 a { background-color: #88254C; }

 a { background-color: rgb(136,37,76); }

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

<style>
 span { border-color: #88254C; }

 span { border-color: rgb(136,37,76); }

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