#823452

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

Shades of Disco #823452

Tints of Disco #823452

Color information

#823452 (or 0x823452) is unknown color: approx Disco. HEX triplet: 82, 34 and 52. RGB value is (130,52,82). Sum of RGB (Red+Green+Blue) = 130+52+82=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #823452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823452 is #7DCBAD. Grayscale: #4E4E4E. Windows color (decimal): -8244142 or 5387394. OLE color: 5387394.

HSL color Cylindrical-coordinate representation of color #823452: hue angle of 336.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823452 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1305282-
CMYK00.600.370.49
HSL336.92º42.86%35.69%-
HSV(B)336.92º60%50.98%-
XYZ11.967.818.86-
YUV78.74129.84164.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 52 (20.70% from 255) = 19.70%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=49.24%
G=19.70%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130528200.600.370.49336.9242.8635.69
Hex82345203C25311512b24
Octal2026412207445615215344
Binary1000001011010010100100111100100101110001101010001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823452; }

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

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

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

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

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

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

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

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