#852B60

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

Shades of Rose Bud Cherry #852B60

Tints of Rose Bud Cherry #852B60

Color information

#852B60 (or 0x852B60) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2B and 60. RGB value is (133,43,96). Sum of RGB (Red+Green+Blue) = 133+43+96=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #852B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B60 is #7AD49F. Grayscale: #4B4B4B. Windows color (decimal): -8049824 or 6302597. OLE color: 6302597.

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

Color convert

RGB1334396-
CMYK00.680.280.48
HSL324.67º51.14%34.51%-
HSV(B)324.67º67.67%52.16%-
XYZ12.657.5611.86-
YUV75.95139.32168.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.90%
GREEN value IS 43 (17.19% from 255) = 15.81%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=48.90%
G=15.81%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133439600.680.280.48324.6751.1434.51
Hex852B600441C301453323
Octal20553140010434605056343
Binary1000010110101111000000100010011100110000101000101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,43,96); }

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

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

 a { background-color: rgb(133,43,96); }

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

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

 span { border-color: rgb(133,43,96); }

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