#852963

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

Shades of Rose Bud Cherry #852963

Tints of Rose Bud Cherry #852963

Color information

#852963 (or 0x852963) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 29 and 63. RGB value is (133,41,99). Sum of RGB (Red+Green+Blue) = 133+41+99=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #852963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852963 is #7AD69C. Grayscale: #4A4A4A. Windows color (decimal): -8050333 or 6498693. OLE color: 6498693.

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

Color convert

RGB1334199-
CMYK00.690.260.48
HSL322.17º52.87%34.12%-
HSV(B)322.17º69.17%52.16%-
XYZ12.727.4712.58-
YUV75.12141.48169.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=48.72%
G=15.02%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133419900.690.260.48322.1752.8734.12
Hex8529630451A301423522
Octal20551143010532605026542
Binary1000010110100111000110100010111010110000101000010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852963; }

 p { color: rgb(133,41,99); }

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

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

 a { background-color: rgb(133,41,99); }

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

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

 span { border-color: rgb(133,41,99); }

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