#883350

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

Shades of Disco #883350

Tints of Disco #883350

Color information

#883350 (or 0x883350) is unknown color: approx Disco. HEX triplet: 88, 33 and 50. RGB value is (136,51,80). Sum of RGB (Red+Green+Blue) = 136+51+80=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #883350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883350 is #77CCAF. Grayscale: #4F4F4F. Windows color (decimal): -7851184 or 5256072. OLE color: 5256072.

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

Color convert

RGB1365180-
CMYK00.620.410.47
HSL339.53º45.45%36.67%-
HSV(B)339.53º62.5%53.33%-
XYZ12.798.188.49-
YUV79.72128.16168.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=50.94%
G=19.10%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136518000.620.410.47339.5345.4536.67
Hex88335003E292F1542d25
Octal2106312007651575245545
Binary1000100011001110100000111110101001101111101010100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883350; }

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

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

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

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

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

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

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

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