#822953

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

Shades of Rose Bud Cherry #822953

Tints of Rose Bud Cherry #822953

Color information

#822953 (or 0x822953) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 29 and 53. RGB value is (130,41,83). Sum of RGB (Red+Green+Blue) = 130+41+83=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #822953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822953 is #7DD6AC. Grayscale: #484848. Windows color (decimal): -8246957 or 5450114. OLE color: 5450114.

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

Color convert

RGB1304183-
CMYK00.680.360.49
HSL331.69º52.05%33.53%-
HSV(B)331.69º68.46%50.98%-
XYZ11.566.968.92-
YUV72.4133.99169.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=51.18%
G=16.14%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130418300.680.360.49331.6952.0533.53
Hex822953044243114c3422
Octal20251123010444615146442
Binary10000010101001101001101000100100100110001101001100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822953; }

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

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

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

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

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

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

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

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