Html Css Color HEX #822A56 Rose Bud Cherry

📋 copy color: '#822A56'

red 130 ◦ green 42 ◦ blue 86

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

Shades of Rose Bud Cherry #822A56

Tints of Rose Bud Cherry #822A56

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.28%

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

R = 50.39%
G = 16.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#822A56 (or 0x822A56) is known color: Rose Bud Cherry. HEX triplet: 82, 2A and 56. RGB value is (130,42,86). Sum of RGB (Red+Green+Blue) = 130+42+86=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #822A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822A56 is #7DD5A9. Grayscale: #494949. Windows color (decimal): -8246698 or 5646978. OLE color: 5646978.

HSL color Cylindrical-coordinate representation of color #822A56: hue angle of 330º degrees, saturation: 0.51, 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 #822A56 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 42 86 -
CMYK 0 0.68 0.34 0.49
HSL 330º 0.51% 0.34% -
HSV(B) 330º 0.68% 0.51% -
XYZ 11.71 7.07 9.55 -
YUV 73.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 130 42 86 0 0.68 0.34 0.49 330 0.51 0.34
Hex 82 2A 56 0 44 22 31 14A 33 22
Octal 202 52 126 0 104 42 61 512 63 42
Binary 10000010 101010 1010110 0 1000100 100010 110001 101001010 110011 100010

Color Harmonies of #822A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822A56

Black with #822A56

Text Example


Text Example

White with #822A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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