#821744

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

Shades of Disco #821744

Tints of Disco #821744

Color information

#821744 (or 0x821744) is unknown color: approx Disco. HEX triplet: 82, 17 and 44. RGB value is (130,23,68). Sum of RGB (Red+Green+Blue) = 130+23+68=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #821744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821744 is #7DE8BB. Grayscale: #3C3C3C. Windows color (decimal): -8251580 or 4462466. OLE color: 4462466.

HSL color Cylindrical-coordinate representation of color #821744: hue angle of 334.77º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821744 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB1302368-
CMYK00.820.480.49
HSL334.77º69.93%30%-
HSV(B)334.77º82.31%50.98%-
XYZ10.565.786.03-
YUV60.12132.45177.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.82%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 68 (26.95% from 255) = 30.77%
R=58.82%
G=10.41%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130236800.820.480.49334.7769.9330
Hex821744052303114f461e
Octal202271040122606151710636
Binary1000001010111100010001010010110000110001101001111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821744; }

 p { color: rgb(130,23,68); }

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

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

 a { background-color: rgb(130,23,68); }

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

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

 span { border-color: rgb(130,23,68); }

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