#852661

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

Shades of Rose Bud Cherry #852661

Tints of Rose Bud Cherry #852661

Color information

#852661 (or 0x852661) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 26 and 61. RGB value is (133,38,97). Sum of RGB (Red+Green+Blue) = 133+38+97=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852661 is #7AD99E. Grayscale: #484848. Windows color (decimal): -8051103 or 6366853. OLE color: 6366853.

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

Color convert

RGB1333897-
CMYK00.710.270.48
HSL322.74º55.56%33.53%-
HSV(B)322.74º71.43%52.16%-
XYZ12.527.2412.05-
YUV73.13141.47170.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=49.63%
G=14.18%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133389700.710.270.48322.7455.5633.53
Hex8526610471B301433822
Octal20546141010733605037042
Binary1000010110011011000010100011111011110000101000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852661; }

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

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

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

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

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

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

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

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