#822A58

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

Shades of Rose Bud Cherry #822A58

Tints of Rose Bud Cherry #822A58

Color information

#822A58 (or 0x822A58) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 2A and 58. RGB value is (130,42,88). Sum of RGB (Red+Green+Blue) = 130+42+88=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #822A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822A58 is #7DD5A7. Grayscale: #494949. Windows color (decimal): -8246696 or 5778050. OLE color: 5778050.

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

Color convert

RGB1304288-
CMYK00.680.320.49
HSL328.64º51.16%33.73%-
HSV(B)328.64º67.69%50.98%-
XYZ11.87.119.98-
YUV73.56136.15168.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=50%
G=16.15%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130428800.680.320.49328.6451.1633.73
Hex822A5804420311493322
Octal20252130010440615116342
Binary10000010101010101100001000100100000110001101001001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,42,88); }

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

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

 a { background-color: rgb(130,42,88); }

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

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

 span { border-color: rgb(130,42,88); }

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