#823753

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

Shades of Disco #823753

Tints of Disco #823753

Color information

#823753 (or 0x823753) is unknown color: approx Disco. HEX triplet: 82, 37 and 53. RGB value is (130,55,83). Sum of RGB (Red+Green+Blue) = 130+55+83=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #823753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823753 is #7DC8AC. Grayscale: #505050. Windows color (decimal): -8243373 or 5453698. OLE color: 5453698.

HSL color Cylindrical-coordinate representation of color #823753: hue angle of 337.6º 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 #823753 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1305583-
CMYK00.580.360.49
HSL337.6º40.54%36.27%-
HSV(B)337.6º57.69%50.98%-
XYZ12.138.19.11-
YUV80.62129.35163.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=48.51%
G=20.52%
B=30.97%

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
Decimal130558300.580.360.49337.640.5436.27
Hex82375303A24311522924
Octal2026712307244615225144
Binary1000001011011110100110111010100100110001101010010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823753; }

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

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

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

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

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

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

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

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