#852A54

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

Shades of Rose Bud Cherry #852A54

Tints of Rose Bud Cherry #852A54

Color information

#852A54 (or 0x852A54) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 2A and 54. RGB value is (133,42,84). Sum of RGB (Red+Green+Blue) = 133+42+84=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #852A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A54 is #7AD5AB. Grayscale: #494949. Windows color (decimal): -8050092 or 5515909. OLE color: 5515909.

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

Color convert

RGB1334284-
CMYK00.680.370.48
HSL332.31º52%34.31%-
HSV(B)332.31º68.42%52.16%-
XYZ12.17.289.16-
YUV74133.65170.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=51.35%
G=16.22%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133428400.680.370.48332.315234.31
Hex852A54044253014c3422
Octal20552124010445605146442
Binary10000101101010101010001000100100101110000101001100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,42,84); }

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

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

 a { background-color: rgb(133,42,84); }

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

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

 span { border-color: rgb(133,42,84); }

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