#852D60

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

Shades of Rose Bud Cherry #852D60

Tints of Rose Bud Cherry #852D60

Color information

#852D60 (or 0x852D60) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2D and 60. RGB value is (133,45,96). Sum of RGB (Red+Green+Blue) = 133+45+96=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #852D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D60 is #7AD29F. Grayscale: #4D4D4D. Windows color (decimal): -8049312 or 6303109. OLE color: 6303109.

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

Color convert

RGB1334596-
CMYK00.660.280.48
HSL325.23º49.44%34.9%-
HSV(B)325.23º66.17%52.16%-
XYZ12.727.7111.88-
YUV77.13138.65167.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.54%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=48.54%
G=16.42%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133459600.660.280.48325.2349.4434.9
Hex852D600421C301453123
Octal20555140010234605056143
Binary1000010110110111000000100001011100110000101000101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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