#852C53

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

Shades of Rose Bud Cherry #852C53

Tints of Rose Bud Cherry #852C53

Color information

#852C53 (or 0x852C53) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2C and 53. RGB value is (133,44,83). Sum of RGB (Red+Green+Blue) = 133+44+83=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #852C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C53 is #7AD3AC. Grayscale: #4A4A4A. Windows color (decimal): -8049581 or 5450885. OLE color: 5450885.

HSL color Cylindrical-coordinate representation of color #852C53: hue angle of 333.71º 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 #852C53 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1334483-
CMYK00.670.380.48
HSL333.71º50.28%34.71%-
HSV(B)333.71º66.92%52.16%-
XYZ12.137.418.97-
YUV75.06132.49169.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.15%
GREEN value IS 44 (17.58% from 255) = 16.92%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=51.15%
G=16.92%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133448300.670.380.48333.7150.2834.71
Hex852C53043263014e3223
Octal20554123010346605166243
Binary10000101101100101001101000011100110110000101001110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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