#851E4F

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

Shades of Rose Bud Cherry #851E4F

Tints of Rose Bud Cherry #851E4F

Color information

#851E4F (or 0x851E4F) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 1E and 4F. RGB value is (133,30,79). Sum of RGB (Red+Green+Blue) = 133+30+79=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #851E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E4F is #7AE1B0. Grayscale: #424242. Windows color (decimal): -8053169 or 5185157. OLE color: 5185157.

HSL color Cylindrical-coordinate representation of color #851E4F: hue angle of 331.46º 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 #851E4F is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1333079-
CMYK00.770.410.48
HSL331.46º63.19%31.96%-
HSV(B)331.46º77.44%52.16%-
XYZ11.556.488.04-
YUV66.38135.12175.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 30 (12.11% from 255) = 12.40%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=54.96%
G=12.40%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133307900.770.410.48331.4663.1931.96
Hex851E4F04D293014b3f20
Octal20536117011551605137740
Binary1000010111110100111101001101101001110000101001011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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