#851D58

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

Shades of Rose Bud Cherry #851D58

Tints of Rose Bud Cherry #851D58

Color information

#851D58 (or 0x851D58) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 1D and 58. RGB value is (133,29,88). Sum of RGB (Red+Green+Blue) = 133+29+88=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #851D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D58 is #7AE2A7. Grayscale: #424242. Windows color (decimal): -8053416 or 5774725. OLE color: 5774725.

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

Color convert

RGB1332988-
CMYK00.780.340.48
HSL325.96º64.2%31.76%-
HSV(B)325.96º78.2%52.16%-
XYZ11.876.579.87-
YUV66.82139.96175.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 29 (11.72% from 255) = 11.6%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=53.2%
G=11.6%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133298800.780.340.48325.9664.231.76
Hex851D5804E22301464020
Octal205351300116426050610040
Binary10000101111011011000010011101000101100001010001101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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