Html Css Color HEX #822E5D Rose Bud Cherry

📋 copy color: '#822E5D'

red 130 ◦ green 46 ◦ blue 93

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

Shades of Rose Bud Cherry #822E5D

Tints of Rose Bud Cherry #822E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.1%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 48.33%
G = 17.1%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#822E5D (or 0x822E5D) is known color: Rose Bud Cherry. HEX triplet: 82, 2E and 5D. RGB value is (130,46,93). Sum of RGB (Red+Green+Blue) = 130+46+93=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #822E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822E5D is #7DD1A2. Grayscale: #4C4C4C. Windows color (decimal): -8245667 or 6106754. OLE color: 6106754.

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

Color convert

RGB 130 46 93 -
CMYK 0 0.65 0.28 0.49
HSL 326.43º 0.48% 0.35% -
HSV(B) 326.43º 0.65% 0.51% -
XYZ 12.16 7.49 11.16 -
YUV 76.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 130 46 93 0 0.65 0.28 0.49 326.43 0.48 0.35
Hex 82 2E 5D 0 41 1C 31 146 30 23
Octal 202 56 135 0 101 34 61 506 60 43
Binary 10000010 101110 1011101 0 1000001 11100 110001 101000110 110000 100011

Color Harmonies of #822E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822E5D

Black with #822E5D

Text Example


Text Example

White with #822E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,46,93); }

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

background-color css

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

 a { background-color: rgb(130,46,93); }

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

border-color css

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

 span { border-color: rgb(130,46,93); }

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