#850E4F

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

Shades of Rose Bud Cherry #850E4F

Tints of Rose Bud Cherry #850E4F

Color information

#850E4F (or 0x850E4F) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 0E and 4F. RGB value is (133,14,79). Sum of RGB (Red+Green+Blue) = 133+14+79=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #850E4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E4F is #7AF1B0. Grayscale: #383838. Windows color (decimal): -8057265 or 5181061. OLE color: 5181061.

HSL color Cylindrical-coordinate representation of color #850E4F: hue angle of 327.23º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E4F is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1331479-
CMYK00.890.410.48
HSL327.23º80.95%28.82%-
HSV(B)327.23º89.47%52.16%-
XYZ11.245.877.94-
YUV56.99140.42182.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.85%
GREEN value IS 14 (5.86% from 255) = 6.19%
BLUE value IS 79 (31.25% from 255) = 34.96%
R=58.85%
G=6.19%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133147900.890.410.48327.2380.9528.82
Hex85E4F0592930147511d
Octal205161170131516050712135
Binary100001011110100111101011001101001110000101000111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850E4F; }

 p { color: rgb(133,14,79); }

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

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

 a { background-color: rgb(133,14,79); }

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

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

 span { border-color: rgb(133,14,79); }

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