#852C5A

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

Shades of Rose Bud Cherry #852C5A

Tints of Rose Bud Cherry #852C5A

Color information

#852C5A (or 0x852C5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2C and 5A. RGB value is (133,44,90). Sum of RGB (Red+Green+Blue) = 133+44+90=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #852C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852C5A is #7AD3A5. Grayscale: #4B4B4B. Windows color (decimal): -8049574 or 5909637. OLE color: 5909637.

HSL color Cylindrical-coordinate representation of color #852C5A: hue angle of 328.99º 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 #852C5A is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1334490-
CMYK00.670.320.48
HSL328.99º50.28%34.71%-
HSV(B)328.99º66.92%52.16%-
XYZ12.427.5310.47-
YUV75.86135.99168.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=49.81%
G=16.48%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133449000.670.320.48328.9950.2834.71
Hex852C5A04320301493223
Octal20554132010340605116243
Binary10000101101100101101001000011100000110000101001001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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