#823551

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

Shades of Disco #823551

Tints of Disco #823551

Color information

#823551 (or 0x823551) is unknown color: approx Disco. HEX triplet: 82, 35 and 51. RGB value is (130,53,81). Sum of RGB (Red+Green+Blue) = 130+53+81=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #823551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823551 is #7DCAAE. Grayscale: #4F4F4F. Windows color (decimal): -8243887 or 5322114. OLE color: 5322114.

HSL color Cylindrical-coordinate representation of color #823551: hue angle of 338.18º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #823551 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1305381-
CMYK00.590.380.49
HSL338.18º42.08%35.88%-
HSV(B)338.18º59.23%50.98%-
XYZ11.967.898.68-
YUV79.21129.01164.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=49.24%
G=20.08%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130538100.590.380.49338.1842.0835.88
Hex82355103B26311522a24
Octal2026512107346615225244
Binary1000001011010110100010111011100110110001101010010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823551; }

 p { color: rgb(130,53,81); }

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

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

 a { background-color: rgb(130,53,81); }

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

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

 span { border-color: rgb(130,53,81); }

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