#823150

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

Shades of Disco #823150

Tints of Disco #823150

Color information

#823150 (or 0x823150) is unknown color: approx Disco. HEX triplet: 82, 31 and 50. RGB value is (130,49,80). Sum of RGB (Red+Green+Blue) = 130+49+80=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #823150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823150 is #7DCEAF. Grayscale: #4C4C4C. Windows color (decimal): -8244912 or 5255554. OLE color: 5255554.

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

Color convert

RGB1304980-
CMYK00.620.380.49
HSL337.04º45.25%35.1%-
HSV(B)337.04º62.31%50.98%-
XYZ11.757.528.42-
YUV76.75129.84165.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 80 (31.64% from 255) = 30.89%
R=50.19%
G=18.92%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130498000.620.380.49337.0445.2535.1
Hex82315003E26311512d23
Octal2026112007646615215543
Binary1000001011000110100000111110100110110001101010001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823150; }

 p { color: rgb(130,49,80); }

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

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

 a { background-color: rgb(130,49,80); }

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

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

 span { border-color: rgb(130,49,80); }

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