#852C64

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

Shades of Rose Bud Cherry #852C64

Tints of Rose Bud Cherry #852C64

Color information

#852C64 (or 0x852C64) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2C and 64. RGB value is (133,44,100). Sum of RGB (Red+Green+Blue) = 133+44+100=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #852C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C64 is #7AD39B. Grayscale: #4C4C4C. Windows color (decimal): -8049564 or 6564997. OLE color: 6564997.

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

Color convert

RGB13344100-
CMYK00.670.250.48
HSL322.25º50.28%34.71%-
HSV(B)322.25º66.92%52.16%-
XYZ12.877.7112.87-
YUV77140.99167.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=48.01%
G=15.88%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1334410000.670.250.48322.2550.2834.71
Hex852C6404319301423223
Octal20554144010331605026243
Binary1000010110110011001000100001111001110000101000010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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