#851C59

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

Shades of Rose Bud Cherry #851C59

Tints of Rose Bud Cherry #851C59

Color information

#851C59 (or 0x851C59) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 1C and 59. RGB value is (133,28,89). Sum of RGB (Red+Green+Blue) = 133+28+89=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #851C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C59 is #7AE3A6. Grayscale: #424242. Windows color (decimal): -8053671 or 5840005. OLE color: 5840005.

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

Color convert

RGB1332889-
CMYK00.790.330.48
HSL325.14º65.22%31.57%-
HSV(B)325.14º78.95%52.16%-
XYZ11.896.5410.09-
YUV66.35140.79175.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 28 (11.33% from 255) = 11.2%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=53.2%
G=11.2%
B=35.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133288900.790.330.48325.1465.2231.57
Hex851C5904F21301454120
Octal205341310117416050510140
Binary10000101111001011001010011111000011100001010001011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,28,89); }

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

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

 a { background-color: rgb(133,28,89); }

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

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

 span { border-color: rgb(133,28,89); }

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