#852D5F

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

Shades of Rose Bud Cherry #852D5F

Tints of Rose Bud Cherry #852D5F

Color information

#852D5F (or 0x852D5F) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2D and 5F. RGB value is (133,45,95). Sum of RGB (Red+Green+Blue) = 133+45+95=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #852D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D5F is #7AD2A0. Grayscale: #4C4C4C. Windows color (decimal): -8049313 or 6237573. OLE color: 6237573.

HSL color Cylindrical-coordinate representation of color #852D5F: hue angle of 325.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D5F is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1334595-
CMYK00.660.290.48
HSL325.91º49.44%34.9%-
HSV(B)325.91º66.17%52.16%-
XYZ12.687.6911.64-
YUV77.01138.15167.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.72%
GREEN value IS 45 (17.97% from 255) = 16.48%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=48.72%
G=16.48%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133459500.660.290.48325.9149.4434.9
Hex852D5F0421D301463123
Octal20555137010235605066143
Binary1000010110110110111110100001011101110000101000110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852D5F; }

 p { color: rgb(133,45,95); }

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

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

 a { background-color: rgb(133,45,95); }

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

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

 span { border-color: rgb(133,45,95); }

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