Html Css Color HEX #822151 Rose Bud Cherry

📋 copy color: '#822151'

red 130 ◦ green 33 ◦ blue 81

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

Shades of Rose Bud Cherry #822151

Tints of Rose Bud Cherry #822151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

 BLUE value IS 81 (32.03% from 255) = 33.2%

R = 53.28%
G = 13.52%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#822151 (or 0x822151) is known color: Rose Bud Cherry. HEX triplet: 82, 21 and 51. RGB value is (130,33,81). Sum of RGB (Red+Green+Blue) = 130+33+81=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #822151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822151 is #7DDEAE. Grayscale: #434343. Windows color (decimal): -8249007 or 5316994. OLE color: 5316994.

HSL color Cylindrical-coordinate representation of color #822151: hue angle of 330.31º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822151 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 81 -
CMYK 0 0.75 0.38 0.49
HSL 330.31º 0.6% 0.32% -
HSV(B) 330.31º 0.75% 0.51% -
XYZ 11.23 6.43 8.43 -
YUV 67.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 130 33 81 0 0.75 0.38 0.49 330.31 0.6 0.32
Hex 82 21 51 0 4B 26 31 14A 3C 20
Octal 202 41 121 0 113 46 61 512 74 40
Binary 10000010 100001 1010001 0 1001011 100110 110001 101001010 111100 100000

Color Harmonies of #822151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822151

Black with #822151

Text Example


Text Example

White with #822151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822151; }

 p { color: rgb(130,33,81); }

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

background-color css

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

 a { background-color: rgb(130,33,81); }

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

border-color css

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

 span { border-color: rgb(130,33,81); }

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