#852861

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

Shades of Rose Bud Cherry #852861

Tints of Rose Bud Cherry #852861

Color information

#852861 (or 0x852861) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 28 and 61. RGB value is (133,40,97). Sum of RGB (Red+Green+Blue) = 133+40+97=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #852861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852861 is #7AD79E. Grayscale: #4A4A4A. Windows color (decimal): -8050591 or 6367365. OLE color: 6367365.

HSL color Cylindrical-coordinate representation of color #852861: hue angle of 323.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852861 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1334097-
CMYK00.700.270.48
HSL323.23º53.76%33.92%-
HSV(B)323.23º69.92%52.16%-
XYZ12.597.3712.07-
YUV74.3140.81169.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=49.26%
G=14.81%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133409700.700.270.48323.2353.7633.92
Hex8528610461B301433622
Octal20550141010633605036642
Binary1000010110100011000010100011011011110000101000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852861; }

 p { color: rgb(133,40,97); }

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

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

 a { background-color: rgb(133,40,97); }

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

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

 span { border-color: rgb(133,40,97); }

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