#851655

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

Shades of Rose Bud Cherry #851655

Tints of Rose Bud Cherry #851655

Color information

#851655 (or 0x851655) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 16 and 55. RGB value is (133,22,85). Sum of RGB (Red+Green+Blue) = 133+22+85=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #851655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851655 is #7AE9AA. Grayscale: #3E3E3E. Windows color (decimal): -8055211 or 5576325. OLE color: 5576325.

HSL color Cylindrical-coordinate representation of color #851655: hue angle of 325.95º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851655 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1332285-
CMYK00.830.360.48
HSL325.95º71.61%30.39%-
HSV(B)325.95º83.46%52.16%-
XYZ11.66.229.18-
YUV62.37140.77178.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=55.42%
G=9.17%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133228500.830.360.48325.9571.6130.39
Hex8516550532430146481e
Octal205261250123446050611036
Binary1000010110110101010101010011100100110000101000110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851655; }

 p { color: rgb(133,22,85); }

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

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

 a { background-color: rgb(133,22,85); }

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

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

 span { border-color: rgb(133,22,85); }

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