#823653

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

Shades of Disco #823653

Tints of Disco #823653

Color information

#823653 (or 0x823653) is unknown color: approx Disco. HEX triplet: 82, 36 and 53. RGB value is (130,54,83). Sum of RGB (Red+Green+Blue) = 130+54+83=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #823653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823653 is #7DC9AC. Grayscale: #4F4F4F. Windows color (decimal): -8243629 or 5453442. OLE color: 5453442.

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

Color convert

RGB1305483-
CMYK00.580.360.49
HSL337.11º41.3%36.08%-
HSV(B)337.11º58.46%50.98%-
XYZ12.098.019.09-
YUV80.03129.68163.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=48.69%
G=20.22%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130548300.580.360.49337.1141.336.08
Hex82365303A24311512924
Octal2026612307244615215144
Binary1000001011011010100110111010100100110001101010001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823653; }

 p { color: rgb(130,54,83); }

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

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

 a { background-color: rgb(130,54,83); }

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

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

 span { border-color: rgb(130,54,83); }

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