#852055

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

Shades of Rose Bud Cherry #852055

Tints of Rose Bud Cherry #852055

Color information

#852055 (or 0x852055) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 20 and 55. RGB value is (133,32,85). Sum of RGB (Red+Green+Blue) = 133+32+85=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #852055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852055 is #7ADFAA. Grayscale: #444444. Windows color (decimal): -8052651 or 5578885. OLE color: 5578885.

HSL color Cylindrical-coordinate representation of color #852055: hue angle of 328.51º 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 #852055 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1333285-
CMYK00.760.360.48
HSL328.51º61.21%32.35%-
HSV(B)328.51º75.94%52.16%-
XYZ11.836.689.26-
YUV68.24137.46174.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 85 (33.59% from 255) = 34%
R=53.2%
G=12.8%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133328500.760.360.48328.5161.2132.35
Hex85205504C24301493d20
Octal20540125011444605117540
Binary10000101100000101010101001100100100110000101001001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852055; }

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

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

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

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

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

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

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

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