#852850

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

Shades of Rose Bud Cherry #852850

Tints of Rose Bud Cherry #852850

Color information

#852850 (or 0x852850) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 28 and 50. RGB value is (133,40,80). Sum of RGB (Red+Green+Blue) = 133+40+80=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #852850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852850 is #7AD7AF. Grayscale: #484848. Windows color (decimal): -8050608 or 5253253. OLE color: 5253253.

HSL color Cylindrical-coordinate representation of color #852850: hue angle of 334.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852850 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1334080-
CMYK00.700.400.48
HSL334.19º53.76%33.92%-
HSV(B)334.19º69.92%52.16%-
XYZ11.887.088.33-
YUV72.37132.31171.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=52.57%
G=15.81%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133408000.700.400.48334.1953.7633.92
Hex852850046283014e3622
Octal20550120010650605166642
Binary10000101101000101000001000110101000110000101001110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852850; }

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

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

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

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

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

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

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

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