Html Css Color HEX #822B53 Rose Bud Cherry

📋 copy color: '#822B53'

red 130 ◦ green 43 ◦ blue 83

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

Shades of Rose Bud Cherry #822B53

Tints of Rose Bud Cherry #822B53

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

 BLUE value IS 83 (32.81% from 255) = 32.42%

R = 50.78%
G = 16.8%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#822B53 (or 0x822B53) is known color: Rose Bud Cherry. HEX triplet: 82, 2B and 53. RGB value is (130,43,83). Sum of RGB (Red+Green+Blue) = 130+43+83=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #822B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822B53 is #7DD4AC. Grayscale: #494949. Windows color (decimal): -8246445 or 5450626. OLE color: 5450626.

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

Color convert

RGB 130 43 83 -
CMYK 0 0.67 0.36 0.49
HSL 332.41º 0.5% 0.34% -
HSV(B) 332.41º 0.67% 0.51% -
XYZ 11.63 7.1 8.94 -
YUV 73.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 130 43 83 0 0.67 0.36 0.49 332.41 0.5 0.34
Hex 82 2B 53 0 43 24 31 14C 32 22
Octal 202 53 123 0 103 44 61 514 62 42
Binary 10000010 101011 1010011 0 1000011 100100 110001 101001100 110010 100010

Color Harmonies of #822B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822B53

Black with #822B53

Text Example


Text Example

White with #822B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,43,83); }

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

background-color css

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

 a { background-color: rgb(130,43,83); }

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

border-color css

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

 span { border-color: rgb(130,43,83); }

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