#843352

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

Shades of Disco #843352

Tints of Disco #843352

Color information

#843352 (or 0x843352) is unknown color: approx Disco. HEX triplet: 84, 33 and 52. RGB value is (132,51,82). Sum of RGB (Red+Green+Blue) = 132+51+82=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #843352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843352 is #7BCCAD. Grayscale: #4E4E4E. Windows color (decimal): -8113326 or 5387140. OLE color: 5387140.

HSL color Cylindrical-coordinate representation of color #843352: hue angle of 337.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843352 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1325182-
CMYK00.610.380.48
HSL337.04º44.26%35.88%-
HSV(B)337.04º61.36%51.76%-
XYZ12.227.888.86-
YUV78.75129.84165.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 51 (20.31% from 255) = 19.25%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=49.81%
G=19.25%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132518200.610.380.48337.0444.2635.88
Hex84335203D26301512c24
Octal2046312207546605215444
Binary1000010011001110100100111101100110110000101010001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843352; }

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

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

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

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

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

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

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

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