#852C61

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

Shades of Rose Bud Cherry #852C61

Tints of Rose Bud Cherry #852C61

Color information

#852C61 (or 0x852C61) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2C and 61. RGB value is (133,44,97). Sum of RGB (Red+Green+Blue) = 133+44+97=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #852C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C61 is #7AD39E. Grayscale: #4C4C4C. Windows color (decimal): -8049567 or 6368389. OLE color: 6368389.

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

Color convert

RGB1334497-
CMYK00.670.270.48
HSL324.27º50.28%34.71%-
HSV(B)324.27º66.92%52.16%-
XYZ12.737.6512.12-
YUV76.65139.49168.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 44 (17.58% from 255) = 16.06%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=48.54%
G=16.06%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133449700.670.270.48324.2750.2834.71
Hex852C610431B301443223
Octal20554141010333605046243
Binary1000010110110011000010100001111011110000101000100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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