#822851

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

Shades of Rose Bud Cherry #822851

Tints of Rose Bud Cherry #822851

Color information

#822851 (or 0x822851) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 28 and 51. RGB value is (130,40,81). Sum of RGB (Red+Green+Blue) = 130+40+81=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #822851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822851 is #7DD7AE. Grayscale: #474747. Windows color (decimal): -8247215 or 5318786. OLE color: 5318786.

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

Color convert

RGB1304081-
CMYK00.690.380.49
HSL332.67º52.94%33.33%-
HSV(B)332.67º69.23%50.98%-
XYZ11.456.868.5-
YUV71.58133.32169.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=51.79%
G=15.94%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130408100.690.380.49332.6752.9433.33
Hex822851045263114d3521
Octal20250121010546615156541
Binary10000010101000101000101000101100110110001101001101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822851; }

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

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

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

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

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

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

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

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