#851E58

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

Shades of Rose Bud Cherry #851E58

Tints of Rose Bud Cherry #851E58

Color information

#851E58 (or 0x851E58) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 1E and 58. RGB value is (133,30,88). Sum of RGB (Red+Green+Blue) = 133+30+88=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #851E58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E58 is #7AE1A7. Grayscale: #434343. Windows color (decimal): -8053160 or 5774981. OLE color: 5774981.

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

Color convert

RGB1333088-
CMYK00.770.340.48
HSL326.21º63.19%31.96%-
HSV(B)326.21º77.44%52.16%-
XYZ11.96.629.88-
YUV67.41139.62174.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=52.99%
G=11.95%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133308800.770.340.48326.2163.1931.96
Hex851E5804D22301463f20
Octal20536130011542605067740
Binary1000010111110101100001001101100010110000101000110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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