#822960

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

Shades of Rose Bud Cherry #822960

Tints of Rose Bud Cherry #822960

Color information

#822960 (or 0x822960) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 29 and 60. RGB value is (130,41,96). Sum of RGB (Red+Green+Blue) = 130+41+96=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #822960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822960 is #7DD69F. Grayscale: #494949. Windows color (decimal): -8246944 or 6302082. OLE color: 6302082.

HSL color Cylindrical-coordinate representation of color #822960: hue angle of 322.92º degrees, saturation: 0.52, 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 #822960 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1304196-
CMYK00.680.260.49
HSL322.92º52.05%33.53%-
HSV(B)322.92º68.46%50.98%-
XYZ12.117.1811.81-
YUV73.88140.49168.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=48.69%
G=15.36%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130419600.680.260.49322.9252.0533.53
Hex8229600441A311433422
Octal20251140010432615036442
Binary1000001010100111000000100010011010110001101000011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822960; }

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

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

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

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

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

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

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

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