#851E5A

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

Shades of Rose Bud Cherry #851E5A

Tints of Rose Bud Cherry #851E5A

Color information

#851E5A (or 0x851E5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 1E and 5A. RGB value is (133,30,90). Sum of RGB (Red+Green+Blue) = 133+30+90=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #851E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E5A is #7AE1A5. Grayscale: #434343. Windows color (decimal): -8053158 or 5906053. OLE color: 5906053.

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

Color convert

RGB1333090-
CMYK00.770.320.48
HSL325.05º63.19%31.96%-
HSV(B)325.05º77.44%52.16%-
XYZ11.986.6510.33-
YUV67.64140.62174.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=52.57%
G=11.86%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133309000.770.320.48325.0563.1931.96
Hex851E5A04D20301453f20
Octal20536132011540605057740
Binary1000010111110101101001001101100000110000101000101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,30,90); }

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

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

 a { background-color: rgb(133,30,90); }

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

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

 span { border-color: rgb(133,30,90); }

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