#851255

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

Shades of Rose Bud Cherry #851255

Tints of Rose Bud Cherry #851255

Color information

#851255 (or 0x851255) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 12 and 55. RGB value is (133,18,85). Sum of RGB (Red+Green+Blue) = 133+18+85=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #851255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851255 is #7AEDAA. Grayscale: #3B3B3B. Windows color (decimal): -8056235 or 5575301. OLE color: 5575301.

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

Color convert

RGB1331885-
CMYK00.860.360.48
HSL325.04º76.16%29.61%-
HSV(B)325.04º86.47%52.16%-
XYZ11.536.089.16-
YUV60.02142.1180.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=56.36%
G=7.63%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133188500.860.360.48325.0476.1629.61
Hex85125505624301454c1e
Octal205221250126446050511436
Binary1000010110010101010101010110100100110000101000101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851255; }

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

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

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

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

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

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

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

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