#852050

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

Shades of Rose Bud Cherry #852050

Tints of Rose Bud Cherry #852050

Color information

#852050 (or 0x852050) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 20 and 50. RGB value is (133,32,80). Sum of RGB (Red+Green+Blue) = 133+32+80=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #852050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852050 is #7ADFAF. Grayscale: #434343. Windows color (decimal): -8052656 or 5251205. OLE color: 5251205.

HSL color Cylindrical-coordinate representation of color #852050: hue angle of 331.49º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852050 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1333280-
CMYK00.760.400.48
HSL331.49º61.21%32.35%-
HSV(B)331.49º75.94%52.16%-
XYZ11.646.68.25-
YUV67.67134.96174.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=54.29%
G=13.06%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133328000.760.400.48331.4961.2132.35
Hex85205004C283014b3d20
Octal20540120011450605137540
Binary10000101100000101000001001100101000110000101001011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852050; }

 p { color: rgb(133,32,80); }

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

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

 a { background-color: rgb(133,32,80); }

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

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

 span { border-color: rgb(133,32,80); }

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