#851351

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

Shades of Rose Bud Cherry #851351

Tints of Rose Bud Cherry #851351

Color information

#851351 (or 0x851351) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 13 and 51. RGB value is (133,19,81). Sum of RGB (Red+Green+Blue) = 133+19+81=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #851351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851351 is #7AECAE. Grayscale: #3C3C3C. Windows color (decimal): -8055983 or 5313413. OLE color: 5313413.

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

Color convert

RGB1331981-
CMYK00.860.390.48
HSL327.37º75%29.8%-
HSV(B)327.37º85.71%52.16%-
XYZ11.396.058.35-
YUV60.15139.77179.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=57.08%
G=8.15%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133198100.860.390.48327.377529.8
Hex85135105627301474b1e
Octal205231210126476050711336
Binary1000010110011101000101010110100111110000101000111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851351; }

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

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

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

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

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

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

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

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