#822854

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

Shades of Rose Bud Cherry #822854

Tints of Rose Bud Cherry #822854

Color information

#822854 (or 0x822854) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 28 and 54. RGB value is (130,40,84). Sum of RGB (Red+Green+Blue) = 130+40+84=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #822854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822854 is #7DD7AB. Grayscale: #474747. Windows color (decimal): -8247212 or 5515394. OLE color: 5515394.

HSL color Cylindrical-coordinate representation of color #822854: hue angle of 330.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #822854 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1304084-
CMYK00.690.350.49
HSL330.67º52.94%33.33%-
HSV(B)330.67º69.23%50.98%-
XYZ11.566.99.11-
YUV71.93134.82169.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 84 (33.20% from 255) = 33.07%
R=51.18%
G=15.75%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130408400.690.350.49330.6752.9433.33
Hex822854045233114b3521
Octal20250124010543615136541
Binary10000010101000101010001000101100011110001101001011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822854; }

 p { color: rgb(130,40,84); }

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

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

 a { background-color: rgb(130,40,84); }

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

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

 span { border-color: rgb(130,40,84); }

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