#883051

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

Shades of Disco #883051

Tints of Disco #883051

Color information

#883051 (or 0x883051) is unknown color: approx Disco. HEX triplet: 88, 30 and 51. RGB value is (136,48,81). Sum of RGB (Red+Green+Blue) = 136+48+81=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #883051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883051 is #77CFAE. Grayscale: #4E4E4E. Windows color (decimal): -7851951 or 5320840. OLE color: 5320840.

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

Color convert

RGB1364881-
CMYK00.650.400.47
HSL337.5º47.83%36.08%-
HSV(B)337.5º64.71%53.33%-
XYZ12.77.948.65-
YUV78.07129.65169.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=51.32%
G=18.11%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136488100.650.400.47337.547.8336.08
Hex883051041282F1523024
Octal21060121010150575226044
Binary10001000110000101000101000001101000101111101010010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883051; }

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

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

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

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

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

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

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

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