Html Css Color HEX #822961 Rose Bud Cherry

📋 copy color: '#822961'

red 130 ◦ green 41 ◦ blue 97

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

Shades of Rose Bud Cherry #822961

Tints of Rose Bud Cherry #822961

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 48.51%
G = 15.3%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#822961 (or 0x822961) is known color: Rose Bud Cherry. HEX triplet: 82, 29 and 61. RGB value is (130,41,97). Sum of RGB (Red+Green+Blue) = 130+41+97=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #822961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822961 is #7DD69E. Grayscale: #494949. Windows color (decimal): -8246943 or 6367618. OLE color: 6367618.

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

Color convert

RGB 130 41 97 -
CMYK 0 0.68 0.25 0.49
HSL 322.25º 0.52% 0.34% -
HSV(B) 322.25º 0.68% 0.51% -
XYZ 12.16 7.19 12.06 -
YUV 74 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 130 41 97 0 0.68 0.25 0.49 322.25 0.52 0.34
Hex 82 29 61 0 44 19 31 142 34 22
Octal 202 51 141 0 104 31 61 502 64 42
Binary 10000010 101001 1100001 0 1000100 11001 110001 101000010 110100 100010

Color Harmonies of #822961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822961

Black with #822961

Text Example


Text Example

White with #822961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822961; }

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

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

background-color css

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

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

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

border-color css

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

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

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