#851D4A

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

Shades of Disco #851D4A

Tints of Disco #851D4A

Color information

#851D4A (or 0x851D4A) is unknown color: approx Disco. HEX triplet: 85, 1D and 4A. RGB value is (133,29,74). Sum of RGB (Red+Green+Blue) = 133+29+74=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #851D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D4A is #7AE2B5. Grayscale: #414141. Windows color (decimal): -8053430 or 4857221. OLE color: 4857221.

HSL color Cylindrical-coordinate representation of color #851D4A: hue angle of 334.04º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D4A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1332974-
CMYK00.780.440.48
HSL334.04º64.2%31.76%-
HSV(B)334.04º78.2%52.16%-
XYZ11.356.367.11-
YUV65.23132.96176.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=56.36%
G=12.29%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133297400.780.440.48334.0464.231.76
Hex851D4A04E2C3014e4020
Octal205351120116546051610040
Binary10000101111011001010010011101011001100001010011101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851D4A; }

 p { color: rgb(133,29,74); }

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

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

 a { background-color: rgb(133,29,74); }

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

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

 span { border-color: rgb(133,29,74); }

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