Html Css Color HEX #822952 Rose Bud Cherry

📋 copy color: '#822952'

red 130 ◦ green 41 ◦ blue 82

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

Shades of Rose Bud Cherry #822952

Tints of Rose Bud Cherry #822952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

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

R = 51.38%
G = 16.21%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#822952 (or 0x822952) is known color: Rose Bud Cherry. HEX triplet: 82, 29 and 52. RGB value is (130,41,82). Sum of RGB (Red+Green+Blue) = 130+41+82=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #822952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822952 is #7DD6AD. Grayscale: #484848. Windows color (decimal): -8246958 or 5384578. OLE color: 5384578.

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

Color convert

RGB 130 41 82 -
CMYK 0 0.68 0.37 0.49
HSL 332.36º 0.52% 0.34% -
HSV(B) 332.36º 0.68% 0.51% -
XYZ 11.52 6.94 8.72 -
YUV 72.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 130 41 82 0 0.68 0.37 0.49 332.36 0.52 0.34
Hex 82 29 52 0 44 25 31 14C 34 22
Octal 202 51 122 0 104 45 61 514 64 42
Binary 10000010 101001 1010010 0 1000100 100101 110001 101001100 110100 100010

Color Harmonies of #822952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822952

Black with #822952

Text Example


Text Example

White with #822952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822952; }

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

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

background-color css

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

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

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

border-color css

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

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

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