#842950

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

Shades of Rose Bud Cherry #842950

Tints of Rose Bud Cherry #842950

Color information

#842950 (or 0x842950) is unknown color: approx Rose Bud Cherry. HEX triplet: 84, 29 and 50. RGB value is (132,41,80). Sum of RGB (Red+Green+Blue) = 132+41+80=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #842950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842950 is #7BD6AF. Grayscale: #484848. Windows color (decimal): -8115888 or 5253508. OLE color: 5253508.

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

Color convert

RGB1324180-
CMYK00.690.390.48
HSL334.29º52.6%33.92%-
HSV(B)334.29º68.94%51.76%-
XYZ11.767.078.33-
YUV72.66132.15170.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=52.17%
G=16.21%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132418000.690.390.48334.2952.633.92
Hex842950045273014e3522
Octal20451120010547605166542
Binary10000100101001101000001000101100111110000101001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842950; }

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

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

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

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

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

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

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

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