#851f57

Color #851F57 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #851F57

Tints of Rose Bud Cherry #851F57

Color information

#851F57 (or 0x851F57) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 1F and 57. RGB value is (133,31,87). Sum of RGB (Red+Green+Blue) = 133+31+87=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #851F57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851F57 is #7AE0A8. Grayscale: #434343. Windows color (decimal): -8052905 or 5709701. OLE color: 5709701.

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

Color convert

RGB1333187-
CMYK00.770.350.48
HSL327.06º62.2%32.16%-
HSV(B)327.06º76.69%52.16%-
XYZ11.886.659.67-
YUV67.88138.79174.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 87 (34.38% from 255) = 34.66%
R=52.99%
G=12.35%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133318700.770.350.48327.0662.232.16
Hex851F5704D23301473e20
Octal20537127011543605077640
Binary1000010111111101011101001101100011110000101000111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851f57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,31,87); }

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

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

 a { background-color: rgb(133,31,87); }

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

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

 span { border-color: rgb(133,31,87); }

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