#852655

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

Shades of Rose Bud Cherry #852655

Tints of Rose Bud Cherry #852655

Color information

#852655 (or 0x852655) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 26 and 55. RGB value is (133,38,85). Sum of RGB (Red+Green+Blue) = 133+38+85=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #852655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852655 is #7AD9AA. Grayscale: #474747. Windows color (decimal): -8051115 or 5580421. OLE color: 5580421.

HSL color Cylindrical-coordinate representation of color #852655: hue angle of 330.32º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852655 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1333885-
CMYK00.710.360.48
HSL330.32º55.56%33.53%-
HSV(B)330.32º71.43%52.16%-
XYZ12.017.039.32-
YUV71.76135.47171.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.95%
GREEN value IS 38 (15.23% from 255) = 14.84%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=51.95%
G=14.84%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133388500.710.360.48330.3255.5633.53
Hex852655047243014a3822
Octal20546125010744605127042
Binary10000101100110101010101000111100100110000101001010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852655; }

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

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

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

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

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

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

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

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