#843452

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

Shades of Disco #843452

Tints of Disco #843452

Color information

#843452 (or 0x843452) is unknown color: approx Disco. HEX triplet: 84, 34 and 52. RGB value is (132,52,82). Sum of RGB (Red+Green+Blue) = 132+52+82=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #843452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843452 is #7BCBAD. Grayscale: #4F4F4F. Windows color (decimal): -8113070 or 5387396. OLE color: 5387396.

HSL color Cylindrical-coordinate representation of color #843452: hue angle of 337.5º degrees, saturation: 0.43, 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 #843452 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1325282-
CMYK00.610.380.48
HSL337.5º43.48%36.08%-
HSV(B)337.5º60.61%51.76%-
XYZ12.277.978.87-
YUV79.34129.5165.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=49.62%
G=19.55%
B=30.83%

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
Decimal132528200.610.380.48337.543.4836.08
Hex84345203D26301522b24
Octal2046412207546605225344
Binary1000010011010010100100111101100110110000101010010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843452; }

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

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

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

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

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

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

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

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