#852c63

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

Shades of Rose Bud Cherry #852C63

Tints of Rose Bud Cherry #852C63

Color information

#852C63 (or 0x852C63) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2C and 63. RGB value is (133,44,99). Sum of RGB (Red+Green+Blue) = 133+44+99=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #852C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C63 is #7AD39C. Grayscale: #4C4C4C. Windows color (decimal): -8049565 or 6499461. OLE color: 6499461.

HSL color Cylindrical-coordinate representation of color #852C63: hue angle of 322.92º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C63 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1334499-
CMYK00.670.260.48
HSL322.92º50.28%34.71%-
HSV(B)322.92º66.92%52.16%-
XYZ12.837.6912.61-
YUV76.88140.49168.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=48.19%
G=15.94%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133449900.670.260.48322.9250.2834.71
Hex852C630431A301433223
Octal20554143010332605036243
Binary1000010110110011000110100001111010110000101000011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852c63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852c63; }

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

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

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

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

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

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

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

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