#851854

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

Shades of Rose Bud Cherry #851854

Tints of Rose Bud Cherry #851854

Color information

#851854 (or 0x851854) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 18 and 54. RGB value is (133,24,84). Sum of RGB (Red+Green+Blue) = 133+24+84=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #851854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851854 is #7AE7AB. Grayscale: #3F3F3F. Windows color (decimal): -8054700 or 5511301. OLE color: 5511301.

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

Color convert

RGB1332484-
CMYK00.820.370.48
HSL326.97º69.43%30.78%-
HSV(B)326.97º81.95%52.16%-
XYZ11.66.288.99-
YUV63.43139.61177.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=55.19%
G=9.96%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133248400.820.370.48326.9769.4330.78
Hex8518540522530147451f
Octal205301240122456050710537
Binary1000010111000101010001010010100101110000101000111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851854; }

 p { color: rgb(133,24,84); }

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

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

 a { background-color: rgb(133,24,84); }

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

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

 span { border-color: rgb(133,24,84); }

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