#842953

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

Shades of Rose Bud Cherry #842953

Tints of Rose Bud Cherry #842953

Color information

#842953 (or 0x842953) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 29 and 53. RGB value is (132,41,83). Sum of RGB (Red+Green+Blue) = 132+41+83=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #842953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842953 is #7BD6AC. Grayscale: #484848. Windows color (decimal): -8115885 or 5450116. OLE color: 5450116.

HSL color Cylindrical-coordinate representation of color #842953: hue angle of 332.31º 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 #842953 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB1324183-
CMYK00.690.370.48
HSL332.31º52.6%33.92%-
HSV(B)332.31º68.94%51.76%-
XYZ11.877.128.93-
YUV73133.65170.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=51.56%
G=16.02%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132418300.690.370.48332.3152.633.92
Hex842953045253014c3522
Octal20451123010545605146542
Binary10000100101001101001101000101100101110000101001100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842953; }

 p { color: rgb(132,41,83); }

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

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

 a { background-color: rgb(132,41,83); }

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

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

 span { border-color: rgb(132,41,83); }

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