Html Css Color HEX #822553 Rose Bud Cherry

📋 copy color: '#822553'

red 130 ◦ green 37 ◦ blue 83

#822553
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #822553

Tints of Rose Bud Cherry #822553

RGB

 RED value IS 130 (51.17% from 255) = 52%

 GREEN value IS 37 (14.84% from 255) = 14.8%

 BLUE value IS 83 (32.81% from 255) = 33.2%

R = 52%
G = 14.8%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#822553 (or 0x822553) is known color: Rose Bud Cherry. HEX triplet: 82, 25 and 53. RGB value is (130,37,83). Sum of RGB (Red+Green+Blue) = 130+37+83=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #822553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822553 is #7DDAAC. Grayscale: #454545. Windows color (decimal): -8247981 or 5449090. OLE color: 5449090.

HSL color Cylindrical-coordinate representation of color #822553: hue angle of 330.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #822553 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 83 -
CMYK 0 0.72 0.36 0.49
HSL 330.32º 0.56% 0.33% -
HSV(B) 330.32º 0.72% 0.51% -
XYZ 11.43 6.69 8.87 -
YUV 70.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 130 37 83 0 0.72 0.36 0.49 330.32 0.56 0.33
Hex 82 25 53 0 48 24 31 14A 38 21
Octal 202 45 123 0 110 44 61 512 70 41
Binary 10000010 100101 1010011 0 1001000 100100 110001 101001010 111000 100001

Color Harmonies of #822553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822553

Black with #822553

Text Example


Text Example

White with #822553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822553; }

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

 H1.HeaderClassName
 {
   color: #822553;
 }
 .AnyTagClassName
 {
   color: #822553;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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