#851D56

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

Shades of Rose Bud Cherry #851D56

Tints of Rose Bud Cherry #851D56

Color information

#851D56 (or 0x851D56) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 1D and 56. RGB value is (133,29,86). Sum of RGB (Red+Green+Blue) = 133+29+86=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #851D56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D56 is #7AE2A9. Grayscale: #424242. Windows color (decimal): -8053418 or 5643653. OLE color: 5643653.

HSL color Cylindrical-coordinate representation of color #851D56: hue angle of 327.12º 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 #851D56 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1332986-
CMYK00.780.350.48
HSL327.12º64.2%31.76%-
HSV(B)327.12º78.2%52.16%-
XYZ11.796.549.44-
YUV66.59138.96175.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 29 (11.72% from 255) = 11.69%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=53.63%
G=11.69%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133298600.780.350.48327.1264.231.76
Hex851D5604E23301474020
Octal205351260116436050710040
Binary10000101111011010110010011101000111100001010001111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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