Html Css Color HEX #822852 Rose Bud Cherry

📋 copy color: '#822852'

red 130 ◦ green 40 ◦ blue 82

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

Shades of Rose Bud Cherry #822852

Tints of Rose Bud Cherry #822852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 51.59%
G = 15.87%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#822852 (or 0x822852) is known color: Rose Bud Cherry. HEX triplet: 82, 28 and 52. RGB value is (130,40,82). Sum of RGB (Red+Green+Blue) = 130+40+82=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #822852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822852 is #7DD7AD. Grayscale: #474747. Windows color (decimal): -8247214 or 5384322. OLE color: 5384322.

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

Color convert

RGB 130 40 82 -
CMYK 0 0.69 0.37 0.49
HSL 332º 0.53% 0.33% -
HSV(B) 332º 0.69% 0.51% -
XYZ 11.49 6.87 8.7 -
YUV 71.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 130 40 82 0 0.69 0.37 0.49 332 0.53 0.33
Hex 82 28 52 0 45 25 31 14C 35 21
Octal 202 50 122 0 105 45 61 514 65 41
Binary 10000010 101000 1010010 0 1000101 100101 110001 101001100 110101 100001

Color Harmonies of #822852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822852

Black with #822852

Text Example


Text Example

White with #822852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822852; }

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

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

background-color css

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

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

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

border-color css

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

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

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