Html Css Color HEX #822963 Rose Bud Cherry

📋 copy color: '#822963'

red 130 ◦ green 41 ◦ blue 99

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

Shades of Rose Bud Cherry #822963

Tints of Rose Bud Cherry #822963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.67%

R = 48.15%
G = 15.19%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#822963 (or 0x822963) is known color: Rose Bud Cherry. HEX triplet: 82, 29 and 63. RGB value is (130,41,99). Sum of RGB (Red+Green+Blue) = 130+41+99=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #822963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822963 is #7DD69C. Grayscale: #4A4A4A. Windows color (decimal): -8246941 or 6498690. OLE color: 6498690.

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

Color convert

RGB 130 41 99 -
CMYK 0 0.68 0.24 0.49
HSL 320.9º 0.52% 0.34% -
HSV(B) 320.9º 0.68% 0.51% -
XYZ 12.25 7.23 12.55 -
YUV 74.22 141.99 167.78 -
System Red Green Blue C M Y K H S L
Decimal 130 41 99 0 0.68 0.24 0.49 320.9 0.52 0.34
Hex 82 29 63 0 44 18 31 141 34 22
Octal 202 51 143 0 104 30 61 501 64 42
Binary 10000010 101001 1100011 0 1000100 11000 110001 101000001 110100 100010

Color Harmonies of #822963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822963

Black with #822963

Text Example


Text Example

White with #822963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822963; }

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

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

background-color css

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

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

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

border-color css

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

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

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