Html Css Color HEX #822656 Rose Bud Cherry

📋 copy color: '#822656'

red 130 ◦ green 38 ◦ blue 86

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

Shades of Rose Bud Cherry #822656

Tints of Rose Bud Cherry #822656

RGB

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

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

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

R = 51.18%
G = 14.96%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#822656 (or 0x822656) is known color: Rose Bud Cherry. HEX triplet: 82, 26 and 56. RGB value is (130,38,86). Sum of RGB (Red+Green+Blue) = 130+38+86=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #822656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822656 is #7DD9A9. Grayscale: #464646. Windows color (decimal): -8247722 or 5645954. OLE color: 5645954.

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

Color convert

RGB 130 38 86 -
CMYK 0 0.71 0.34 0.49
HSL 328.7º 0.55% 0.33% -
HSV(B) 328.7º 0.71% 0.51% -
XYZ 11.58 6.8 9.51 -
YUV 70.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 130 38 86 0 0.71 0.34 0.49 328.7 0.55 0.33
Hex 82 26 56 0 47 22 31 149 37 21
Octal 202 46 126 0 107 42 61 511 67 41
Binary 10000010 100110 1010110 0 1000111 100010 110001 101001001 110111 100001

Color Harmonies of #822656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822656

Black with #822656

Text Example


Text Example

White with #822656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822656; }

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

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

background-color css

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

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

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

border-color css

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

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

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