#852650

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

Shades of Rose Bud Cherry #852650

Tints of Rose Bud Cherry #852650

Color information

#852650 (or 0x852650) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 26 and 50. RGB value is (133,38,80). Sum of RGB (Red+Green+Blue) = 133+38+80=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #852650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852650 is #7AD9AF. Grayscale: #474747. Windows color (decimal): -8051120 or 5252741. OLE color: 5252741.

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

Color convert

RGB1333880-
CMYK00.710.400.48
HSL333.47º55.56%33.53%-
HSV(B)333.47º71.43%52.16%-
XYZ11.816.958.31-
YUV71.19132.97172.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=52.99%
G=15.14%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133388000.710.400.48333.4755.5633.53
Hex852650047283014d3822
Octal20546120010750605157042
Binary10000101100110101000001000111101000110000101001101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852650; }

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

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

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

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

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

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

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

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