Html Css Color HEX #822851 Rose Bud Cherry

📋 copy color: '#822851'

red 130 ◦ green 40 ◦ blue 81

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

Shades of Rose Bud Cherry #822851

Tints of Rose Bud Cherry #822851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.27%

R = 51.79%
G = 15.94%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#822851 (or 0x822851) is known color: Rose Bud Cherry. HEX triplet: 82, 28 and 51. RGB value is (130,40,81). Sum of RGB (Red+Green+Blue) = 130+40+81=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #822851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822851 is #7DD7AE. Grayscale: #474747. Windows color (decimal): -8247215 or 5318786. OLE color: 5318786.

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

Color convert

RGB 130 40 81 -
CMYK 0 0.69 0.38 0.49
HSL 332.67º 0.53% 0.33% -
HSV(B) 332.67º 0.69% 0.51% -
XYZ 11.45 6.86 8.5 -
YUV 71.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 130 40 81 0 0.69 0.38 0.49 332.67 0.53 0.33
Hex 82 28 51 0 45 26 31 14D 35 21
Octal 202 50 121 0 105 46 61 515 65 41
Binary 10000010 101000 1010001 0 1000101 100110 110001 101001101 110101 100001

Color Harmonies of #822851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822851

Black with #822851

Text Example


Text Example

White with #822851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822851; }

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

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

background-color css

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

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

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

border-color css

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

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

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