#822F60

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

Shades of Rose Bud Cherry #822F60

Tints of Rose Bud Cherry #822F60

Color information

#822F60 (or 0x822F60) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 2F and 60. RGB value is (130,47,96). Sum of RGB (Red+Green+Blue) = 130+47+96=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #822F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822F60 is #7DD09F. Grayscale: #4D4D4D. Windows color (decimal): -8245408 or 6303618. OLE color: 6303618.

HSL color Cylindrical-coordinate representation of color #822F60: hue angle of 324.58º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #822F60 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1304796-
CMYK00.640.260.49
HSL324.58º46.89%34.71%-
HSV(B)324.58º63.85%50.98%-
XYZ12.337.6211.89-
YUV77.4138.5165.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=47.62%
G=17.22%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130479600.640.260.49324.5846.8934.71
Hex822F600401A311452f23
Octal20257140010032615055743
Binary1000001010111111000000100000011010110001101000101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,47,96); }

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

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

 a { background-color: rgb(130,47,96); }

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

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

 span { border-color: rgb(130,47,96); }

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