#851c50

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

Shades of Rose Bud Cherry #851C50

Tints of Rose Bud Cherry #851C50

Color information

#851C50 (or 0x851C50) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 1C and 50. RGB value is (133,28,80). Sum of RGB (Red+Green+Blue) = 133+28+80=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #851C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C50 is #7AE3AF. Grayscale: #414141. Windows color (decimal): -8053680 or 5250181. OLE color: 5250181.

HSL color Cylindrical-coordinate representation of color #851C50: hue angle of 330.29º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C50 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1332880-
CMYK00.790.400.48
HSL330.29º65.22%31.57%-
HSV(B)330.29º78.95%52.16%-
XYZ11.546.48.22-
YUV65.32136.29176.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 80 (31.64% from 255) = 33.20%
R=55.19%
G=11.62%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133288000.790.400.48330.2965.2231.57
Hex851C5004F283014a4120
Octal205341200117506051210140
Binary10000101111001010000010011111010001100001010010101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851c50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,28,80); }

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

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

 a { background-color: rgb(133,28,80); }

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

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

 span { border-color: rgb(133,28,80); }

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