#852C5E

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

Shades of Rose Bud Cherry #852C5E

Tints of Rose Bud Cherry #852C5E

Color information

#852C5E (or 0x852C5E) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2C and 5E. RGB value is (133,44,94). Sum of RGB (Red+Green+Blue) = 133+44+94=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C5E is #7AD3A1. Grayscale: #4C4C4C. Windows color (decimal): -8049570 or 6171781. OLE color: 6171781.

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

Color convert

RGB1334494-
CMYK00.670.290.48
HSL326.29º50.28%34.71%-
HSV(B)326.29º66.92%52.16%-
XYZ12.597.611.39-
YUV76.31137.99168.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.08%
GREEN value IS 44 (17.58% from 255) = 16.24%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=49.08%
G=16.24%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133449400.670.290.48326.2950.2834.71
Hex852C5E0431D301463223
Octal20554136010335605066243
Binary1000010110110010111100100001111101110000101000110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,44,94); }

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

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

 a { background-color: rgb(133,44,94); }

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

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

 span { border-color: rgb(133,44,94); }

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