#851956

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

Shades of Rose Bud Cherry #851956

Tints of Rose Bud Cherry #851956

Color information

#851956 (or 0x851956) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 19 and 56. RGB value is (133,25,86). Sum of RGB (Red+Green+Blue) = 133+25+86=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #851956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851956 is #7AE6A9. Grayscale: #404040. Windows color (decimal): -8054442 or 5642629. OLE color: 5642629.

HSL color Cylindrical-coordinate representation of color #851956: hue angle of 326.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851956 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB1332586-
CMYK00.810.350.48
HSL326.11º68.35%30.98%-
HSV(B)326.11º81.2%52.16%-
XYZ11.76.359.41-
YUV64.25140.28177.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 86 (33.98% from 255) = 35.25%
R=54.51%
G=10.25%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133258600.810.350.48326.1168.3530.98
Hex8519560512330146441f
Octal205311260121436050610437
Binary1000010111001101011001010001100011110000101000110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851956; }

 p { color: rgb(133,25,86); }

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

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

 a { background-color: rgb(133,25,86); }

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

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

 span { border-color: rgb(133,25,86); }

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