#851356

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

Shades of Rose Bud Cherry #851356

Tints of Rose Bud Cherry #851356

Color information

#851356 (or 0x851356) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 13 and 56. RGB value is (133,19,86). Sum of RGB (Red+Green+Blue) = 133+19+86=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #851356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851356 is #7AECA9. Grayscale: #3C3C3C. Windows color (decimal): -8055978 or 5641093. OLE color: 5641093.

HSL color Cylindrical-coordinate representation of color #851356: hue angle of 324.74º degrees, saturation: 0.75, 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 #851356 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1331986-
CMYK00.860.350.48
HSL324.74º75%29.8%-
HSV(B)324.74º85.71%52.16%-
XYZ11.596.129.38-
YUV60.72142.27179.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.88%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=55.88%
G=7.98%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133198600.860.350.48324.747529.8
Hex85135605623301454b1e
Octal205231260126436050511336
Binary1000010110011101011001010110100011110000101000101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851356; }

 p { color: rgb(133,19,86); }

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

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

 a { background-color: rgb(133,19,86); }

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

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

 span { border-color: rgb(133,19,86); }

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