Html Css Color HEX #883552 Disco

📋 copy color: '#883552'

red 136 ◦ green 53 ◦ blue 82

#883552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Disco #883552

Tints of Disco #883552

RGB

 RED value IS 136 (53.52% from 255) = 50.18%

 GREEN value IS 53 (21.09% from 255) = 19.56%

 BLUE value IS 82 (32.42% from 255) = 30.26%

R = 50.18%
G = 19.56%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#883552 (or 0x883552) is known color: Disco. HEX triplet: 88, 35 and 52. RGB value is (136,53,82). Sum of RGB (Red+Green+Blue) = 136+53+82=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #883552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883552 is #77CAAD. Grayscale: #515151. Windows color (decimal): -7850670 or 5387656. OLE color: 5387656.

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

Color convert

RGB 136 53 82 -
CMYK 0 0.61 0.40 0.47
HSL 339.04º 0.44% 0.37% -
HSV(B) 339.04º 0.61% 0.53% -
XYZ 12.95 8.39 8.92 -
YUV 81.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 136 53 82 0 0.61 0.40 0.47 339.04 0.44 0.37
Hex 88 35 52 0 3D 28 2F 153 2C 25
Octal 210 65 122 0 75 50 57 523 54 45
Binary 10001000 110101 1010010 0 111101 101000 101111 101010011 101100 100101

Color Harmonies of #883552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883552

Black with #883552

Text Example


Text Example

White with #883552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883552; }

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

 H1.HeaderClassName
 {
   color: #883552;
 }
 .AnyTagClassName
 {
   color: #883552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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