Html Css Color HEX #822660 Rose Bud Cherry

📋 copy color: '#822660'

red 130 ◦ green 38 ◦ blue 96

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

Shades of Rose Bud Cherry #822660

Tints of Rose Bud Cherry #822660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 49.24%
G = 14.39%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#822660 (or 0x822660) is known color: Rose Bud Cherry. HEX triplet: 82, 26 and 60. RGB value is (130,38,96). Sum of RGB (Red+Green+Blue) = 130+38+96=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #822660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822660 is #7DD99F. Grayscale: #474747. Windows color (decimal): -8247712 or 6301314. OLE color: 6301314.

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

Color convert

RGB 130 38 96 -
CMYK 0 0.71 0.26 0.49
HSL 322.17º 0.55% 0.33% -
HSV(B) 322.17º 0.71% 0.51% -
XYZ 12.01 6.98 11.78 -
YUV 72.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 130 38 96 0 0.71 0.26 0.49 322.17 0.55 0.33
Hex 82 26 60 0 47 1A 31 142 37 21
Octal 202 46 140 0 107 32 61 502 67 41
Binary 10000010 100110 1100000 0 1000111 11010 110001 101000010 110111 100001

Color Harmonies of #822660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822660

Black with #822660

Text Example


Text Example

White with #822660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822660; }

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

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

background-color css

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

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

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

border-color css

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

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

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