#822C52

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

Shades of Rose Bud Cherry #822C52

Tints of Rose Bud Cherry #822C52

Color information

#822C52 (or 0x822C52) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 2C and 52. RGB value is (130,44,82). Sum of RGB (Red+Green+Blue) = 130+44+82=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #822C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822C52 is #7DD3AD. Grayscale: #494949. Windows color (decimal): -8246190 or 5385346. OLE color: 5385346.

HSL color Cylindrical-coordinate representation of color #822C52: hue angle of 333.49º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #822C52 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1304482-
CMYK00.660.370.49
HSL333.49º49.43%34.12%-
HSV(B)333.49º66.15%50.98%-
XYZ11.637.168.75-
YUV74.05132.49167.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 44 (17.58% from 255) = 17.19%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=50.78%
G=17.19%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130448200.660.370.49333.4949.4334.12
Hex822C52042253114d3122
Octal20254122010245615156142
Binary10000010101100101001001000010100101110001101001101110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822C52; }

 p { color: rgb(130,44,82); }

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

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

 a { background-color: rgb(130,44,82); }

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

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

 span { border-color: rgb(130,44,82); }

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