Html Css Color HEX #883352 Disco

📋 copy color: '#883352'

red 136 ◦ green 51 ◦ blue 82

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

Shades of Disco #883352

Tints of Disco #883352

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 value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#883352 (or 0x883352) is known color: 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

RGB 136 51 82 -
CMYK 0 0.62 0.40 0.47
HSL 338.12º 0.45% 0.37% -
HSV(B) 338.12º 0.63% 0.53% -
XYZ 12.86 8.21 8.89 -
YUV 79.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 136 51 82 0 0.62 0.40 0.47 338.12 0.45 0.37
Hex 88 33 52 0 3E 28 2F 152 2D 25
Octal 210 63 122 0 76 50 57 522 55 45
Binary 10001000 110011 1010010 0 111110 101000 101111 101010010 101101 100101

Color Harmonies of #883352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883352

Black with #883352

Text Example


Text Example

White with #883352

Text Example


Text Example

HTML Codes & Css Web 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>