#851446

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

Shades of Disco #851446

Tints of Disco #851446

Color information

#851446 (or 0x851446) is unknown color: approx Disco. HEX triplet: 85, 14 and 46. RGB value is (133,20,70). Sum of RGB (Red+Green+Blue) = 133+20+70=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #851446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851446 is #7AEBB9. Grayscale: #3B3B3B. Windows color (decimal): -8055738 or 4592773. OLE color: 4592773.

HSL color Cylindrical-coordinate representation of color #851446: hue angle of 333.45º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851446 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1332070-
CMYK00.850.470.48
HSL333.45º73.86%30%-
HSV(B)333.45º84.96%52.16%-
XYZ11.035.936.36-
YUV59.49133.94180.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=59.64%
G=8.97%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133207000.850.470.48333.4573.8630
Hex8514460552F3014d4a1e
Octal205241060125576051511236
Binary1000010110100100011001010101101111110000101001101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851446; }

 p { color: rgb(133,20,70); }

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

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

 a { background-color: rgb(133,20,70); }

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

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

 span { border-color: rgb(133,20,70); }

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