#883151

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

Shades of Disco #883151

Tints of Disco #883151

Color information

#883151 (or 0x883151) is unknown color: approx Disco. HEX triplet: 88, 31 and 51. RGB value is (136,49,81). Sum of RGB (Red+Green+Blue) = 136+49+81=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #883151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883151 is #77CEAE. Grayscale: #4E4E4E. Windows color (decimal): -7851695 or 5321096. OLE color: 5321096.

HSL color Cylindrical-coordinate representation of color #883151: hue angle of 337.93º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883151 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1364981-
CMYK00.640.400.47
HSL337.93º47.03%36.27%-
HSV(B)337.93º63.97%53.33%-
XYZ12.748.028.66-
YUV78.66129.32168.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 81 (32.03% from 255) = 30.45%
R=51.13%
G=18.42%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136498100.640.400.47337.9347.0336.27
Hex883151040282F1522f24
Octal21061121010050575225744
Binary10001000110001101000101000000101000101111101010010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883151; }

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

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

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

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

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

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

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

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