#822857

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

Shades of Rose Bud Cherry #822857

Tints of Rose Bud Cherry #822857

Color information

#822857 (or 0x822857) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 28 and 57. RGB value is (130,40,87). Sum of RGB (Red+Green+Blue) = 130+40+87=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #822857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822857 is #7DD7A8. Grayscale: #484848. Windows color (decimal): -8247209 or 5712002. OLE color: 5712002.

HSL color Cylindrical-coordinate representation of color #822857: hue angle of 328.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 #822857 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB1304087-
CMYK00.690.330.49
HSL328.67º52.94%33.33%-
HSV(B)328.67º69.23%50.98%-
XYZ11.696.959.74-
YUV72.27136.32169.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 87 (34.38% from 255) = 33.85%
R=50.58%
G=15.56%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130408700.690.330.49328.6752.9433.33
Hex82285704521311493521
Octal20250127010541615116541
Binary10000010101000101011101000101100001110001101001001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822857; }

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

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

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

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

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

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

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

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