Html Css Color HEX #822655 Rose Bud Cherry

📋 copy color: '#822655'

red 130 ◦ green 38 ◦ blue 85

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

Shades of Rose Bud Cherry #822655

Tints of Rose Bud Cherry #822655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 51.38%
G = 15.02%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#822655 (or 0x822655) is known color: Rose Bud Cherry. HEX triplet: 82, 26 and 55. RGB value is (130,38,85). Sum of RGB (Red+Green+Blue) = 130+38+85=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #822655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822655 is #7DD9AA. Grayscale: #464646. Windows color (decimal): -8247723 or 5580418. OLE color: 5580418.

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

Color convert

RGB 130 38 85 -
CMYK 0 0.71 0.35 0.49
HSL 329.35º 0.55% 0.33% -
HSV(B) 329.35º 0.71% 0.51% -
XYZ 11.54 6.79 9.3 -
YUV 70.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 130 38 85 0 0.71 0.35 0.49 329.35 0.55 0.33
Hex 82 26 55 0 47 23 31 149 37 21
Octal 202 46 125 0 107 43 61 511 67 41
Binary 10000010 100110 1010101 0 1000111 100011 110001 101001001 110111 100001

Color Harmonies of #822655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822655

Black with #822655

Text Example


Text Example

White with #822655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822655; }

 p { color: rgb(130,38,85); }

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

background-color css

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

 a { background-color: rgb(130,38,85); }

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

border-color css

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

 span { border-color: rgb(130,38,85); }

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