Html Css Color HEX #822D5B Rose Bud Cherry

📋 copy color: '#822D5B'

red 130 ◦ green 45 ◦ blue 91

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

Shades of Rose Bud Cherry #822D5B

Tints of Rose Bud Cherry #822D5B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.92%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 48.87%
G = 16.92%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#822D5B (or 0x822D5B) is known color: Rose Bud Cherry. HEX triplet: 82, 2D and 5B. RGB value is (130,45,91). Sum of RGB (Red+Green+Blue) = 130+45+91=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #822D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822D5B is #7DD2A4. Grayscale: #4B4B4B. Windows color (decimal): -8245925 or 5975426. OLE color: 5975426.

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

Color convert

RGB 130 45 91 -
CMYK 0 0.65 0.30 0.49
HSL 327.53º 0.49% 0.34% -
HSV(B) 327.53º 0.65% 0.51% -
XYZ 12.03 7.38 10.69 -
YUV 75.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 130 45 91 0 0.65 0.30 0.49 327.53 0.49 0.34
Hex 82 2D 5B 0 41 1E 31 148 31 22
Octal 202 55 133 0 101 36 61 510 61 42
Binary 10000010 101101 1011011 0 1000001 11110 110001 101001000 110001 100010

Color Harmonies of #822D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D5B

Black with #822D5B

Text Example


Text Example

White with #822D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,45,91); }

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

background-color css

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

 a { background-color: rgb(130,45,91); }

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

border-color css

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

 span { border-color: rgb(130,45,91); }

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