#852951

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

Shades of Rose Bud Cherry #852951

Tints of Rose Bud Cherry #852951

Color information

#852951 (or 0x852951) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 29 and 51. RGB value is (133,41,81). Sum of RGB (Red+Green+Blue) = 133+41+81=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852951 is #7AD6AE. Grayscale: #494949. Windows color (decimal): -8050351 or 5319045. OLE color: 5319045.

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

Color convert

RGB1334181-
CMYK00.690.390.48
HSL333.91º52.87%34.12%-
HSV(B)333.91º69.17%52.16%-
XYZ11.957.178.54-
YUV73.07132.48170.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=52.16%
G=16.08%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133418100.690.390.48333.9152.8734.12
Hex852951045273014e3522
Octal20551121010547605166542
Binary10000101101001101000101000101100111110000101001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852951; }

 p { color: rgb(133,41,81); }

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

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

 a { background-color: rgb(133,41,81); }

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

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

 span { border-color: rgb(133,41,81); }

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