Html Css Color HEX #822D5E Rose Bud Cherry

📋 copy color: '#822D5E'

red 130 ◦ green 45 ◦ blue 94

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

Shades of Rose Bud Cherry #822D5E

Tints of Rose Bud Cherry #822D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 48.33%
G = 16.73%
B = 34.94%

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

#822D5E (or 0x822D5E) is known color: Rose Bud Cherry. HEX triplet: 82, 2D and 5E. RGB value is (130,45,94). Sum of RGB (Red+Green+Blue) = 130+45+94=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #822D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822D5E is #7DD2A1. Grayscale: #4B4B4B. Windows color (decimal): -8245922 or 6172034. OLE color: 6172034.

HSL color Cylindrical-coordinate representation of color #822D5E: hue angle of 325.41º 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 #822D5E is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 45 94 -
CMYK 0 0.65 0.28 0.49
HSL 325.41º 0.49% 0.34% -
HSV(B) 325.41º 0.65% 0.51% -
XYZ 12.16 7.43 11.38 -
YUV 76 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 130 45 94 0 0.65 0.28 0.49 325.41 0.49 0.34
Hex 82 2D 5E 0 41 1C 31 145 31 22
Octal 202 55 136 0 101 34 61 505 61 42
Binary 10000010 101101 1011110 0 1000001 11100 110001 101000101 110001 100010

Color Harmonies of #822D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D5E

Black with #822D5E

Text Example


Text Example

White with #822D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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