#851B45

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

Shades of Disco #851B45

Tints of Disco #851B45

Color information

#851B45 (or 0x851B45) is unknown color: approx Disco. HEX triplet: 85, 1B and 45. RGB value is (133,27,69). Sum of RGB (Red+Green+Blue) = 133+27+69=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #851B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851B45 is #7AE4BA. Grayscale: #3F3F3F. Windows color (decimal): -8053947 or 4529029. OLE color: 4529029.

HSL color Cylindrical-coordinate representation of color #851B45: hue angle of 336.23º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B45 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB1332769-
CMYK00.800.480.48
HSL336.23º66.25%31.37%-
HSV(B)336.23º79.7%52.16%-
XYZ11.146.26.24-
YUV63.48131.12177.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.08%
GREEN value IS 27 (10.94% from 255) = 11.79%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=58.08%
G=11.79%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133276900.800.480.48336.2366.2531.37
Hex851B450503030150421f
Octal205331050120606052010237
Binary1000010111011100010101010000110000110000101010000100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,27,69); }

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

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

 a { background-color: rgb(133,27,69); }

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

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

 span { border-color: rgb(133,27,69); }

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