#851241

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

Shades of Disco #851241

Tints of Disco #851241

Color information

#851241 (or 0x851241) is unknown color: approx Disco. HEX triplet: 85, 12 and 41. RGB value is (133,18,65). Sum of RGB (Red+Green+Blue) = 133+18+65=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #851241 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851241 is #7AEDBE. Grayscale: #393939. Windows color (decimal): -8056255 or 4264581. OLE color: 4264581.

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

Color convert

RGB1331865-
CMYK00.860.510.48
HSL335.48º76.16%29.61%-
HSV(B)335.48º86.47%52.16%-
XYZ10.845.85.55-
YUV57.74132.1181.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=61.57%
G=8.33%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133186500.860.510.48335.4876.1629.61
Hex851241056333014f4c1e
Octal205221010126636051711436
Binary1000010110010100000101010110110011110000101001111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851241; }

 p { color: rgb(133,18,65); }

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

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

 a { background-color: rgb(133,18,65); }

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

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

 span { border-color: rgb(133,18,65); }

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