#883352

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

Shades of Disco #883352

Tints of Disco #883352

Color information

#883352 (or 0x883352) is unknown color: approx Disco. HEX triplet: 88, 33 and 52. RGB value is (136,51,82). Sum of RGB (Red+Green+Blue) = 136+51+82=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #883352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883352 is #77CCAD. Grayscale: #4F4F4F. Windows color (decimal): -7851182 or 5387144. OLE color: 5387144.

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

Color convert

RGB1365182-
CMYK00.620.400.47
HSL338.12º45.45%36.67%-
HSV(B)338.12º62.5%53.33%-
XYZ12.868.218.89-
YUV79.95129.16167.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=50.56%
G=18.96%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136518200.620.400.47338.1245.4536.67
Hex88335203E282F1522d25
Octal2106312207650575225545
Binary1000100011001110100100111110101000101111101010010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883352; }

 p { color: rgb(136,51,82); }

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

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

 a { background-color: rgb(136,51,82); }

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

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

 span { border-color: rgb(136,51,82); }

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