#852862

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

Shades of Rose Bud Cherry #852862

Tints of Rose Bud Cherry #852862

Color information

#852862 (or 0x852862) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 28 and 62. RGB value is (133,40,98). Sum of RGB (Red+Green+Blue) = 133+40+98=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852862 is #7AD79D. Grayscale: #4A4A4A. Windows color (decimal): -8050590 or 6432901. OLE color: 6432901.

HSL color Cylindrical-coordinate representation of color #852862: hue angle of 322.58º 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 #852862 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1334098-
CMYK00.700.260.48
HSL322.58º53.76%33.92%-
HSV(B)322.58º69.92%52.16%-
XYZ12.647.3912.31-
YUV74.42141.31169.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=49.08%
G=14.76%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133409800.700.260.48322.5853.7633.92
Hex8528620461A301433622
Octal20550142010632605036642
Binary1000010110100011000100100011011010110000101000011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852862; }

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

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

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

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

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

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

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

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