#812E47

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

Shades of Disco #812E47

Tints of Disco #812E47

Color information

#812E47 (or 0x812E47) is unknown color: approx Disco. HEX triplet: 81, 2E and 47. RGB value is (129,46,71). Sum of RGB (Red+Green+Blue) = 129+46+71=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #812E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E47 is #7ED1B8. Grayscale: #494949. Windows color (decimal): -8311225 or 4664961. OLE color: 4664961.

HSL color Cylindrical-coordinate representation of color #812E47: hue angle of 341.93º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812E47 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1294671-
CMYK00.640.450.49
HSL341.93º47.43%34.31%-
HSV(B)341.93º64.34%50.59%-
XYZ11.177.086.74-
YUV73.67126.5167.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 71 (28.12% from 255) = 28.86%
R=52.44%
G=18.70%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129467100.640.450.49341.9347.4334.31
Hex812E470402D311562f22
Octal20156107010055615265742
Binary10000001101110100011101000000101101110001101010110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812E47; }

 p { color: rgb(129,46,71); }

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

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

 a { background-color: rgb(129,46,71); }

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

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

 span { border-color: rgb(129,46,71); }

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