#842954

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

Shades of Rose Bud Cherry #842954

Tints of Rose Bud Cherry #842954

Color information

#842954 (or 0x842954) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 29 and 54. RGB value is (132,41,84). Sum of RGB (Red+Green+Blue) = 132+41+84=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #842954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842954 is #7BD6AB. Grayscale: #494949. Windows color (decimal): -8115884 or 5515652. OLE color: 5515652.

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

Color convert

RGB1324184-
CMYK00.690.360.48
HSL331.65º52.6%33.92%-
HSV(B)331.65º68.94%51.76%-
XYZ11.917.139.14-
YUV73.11134.15170-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 84 (33.20% from 255) = 32.68%
R=51.36%
G=15.95%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132418400.690.360.48331.6552.633.92
Hex842954045243014c3522
Octal20451124010544605146542
Binary10000100101001101010001000101100100110000101001100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842954; }

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

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

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

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

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

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

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

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