Html Css Color HEX #822856 Rose Bud Cherry

📋 copy color: '#822856'

red 130 ◦ green 40 ◦ blue 86

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

Shades of Rose Bud Cherry #822856

Tints of Rose Bud Cherry #822856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 50.78%
G = 15.63%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#822856 (or 0x822856) is known color: Rose Bud Cherry. HEX triplet: 82, 28 and 56. RGB value is (130,40,86). Sum of RGB (Red+Green+Blue) = 130+40+86=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #822856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822856 is #7DD7A9. Grayscale: #484848. Windows color (decimal): -8247210 or 5646466. OLE color: 5646466.

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

Color convert

RGB 130 40 86 -
CMYK 0 0.69 0.34 0.49
HSL 329.33º 0.53% 0.33% -
HSV(B) 329.33º 0.69% 0.51% -
XYZ 11.64 6.94 9.53 -
YUV 72.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 130 40 86 0 0.69 0.34 0.49 329.33 0.53 0.33
Hex 82 28 56 0 45 22 31 149 35 21
Octal 202 50 126 0 105 42 61 511 65 41
Binary 10000010 101000 1010110 0 1000101 100010 110001 101001001 110101 100001

Color Harmonies of #822856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822856

Black with #822856

Text Example


Text Example

White with #822856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822856; }

 p { color: rgb(130,40,86); }

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

background-color css

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

 a { background-color: rgb(130,40,86); }

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

border-color css

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

 span { border-color: rgb(130,40,86); }

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