Html Css Color HEX #821E56 Rose Bud Cherry

📋 copy color: '#821E56'

red 130 ◦ green 30 ◦ blue 86

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

Shades of Rose Bud Cherry #821E56

Tints of Rose Bud Cherry #821E56

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

 BLUE value IS 86 (33.98% from 255) = 34.96%

R = 52.85%
G = 12.2%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#821E56 (or 0x821E56) is known color: Rose Bud Cherry. HEX triplet: 82, 1E and 56. RGB value is (130,30,86). Sum of RGB (Red+Green+Blue) = 130+30+86=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #821E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821E56 is #7DE1A9. Grayscale: #424242. Windows color (decimal): -8249770 or 5643906. OLE color: 5643906.

HSL color Cylindrical-coordinate representation of color #821E56: hue angle of 326.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E56 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 30 86 -
CMYK 0 0.77 0.34 0.49
HSL 326.4º 0.63% 0.31% -
HSV(B) 326.4º 0.77% 0.51% -
XYZ 11.35 6.35 9.43 -
YUV 66.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 130 30 86 0 0.77 0.34 0.49 326.4 0.63 0.31
Hex 82 1E 56 0 4D 22 31 146 3E 1F
Octal 202 36 126 0 115 42 61 506 76 37
Binary 10000010 11110 1010110 0 1001101 100010 110001 101000110 111110 11111

Color Harmonies of #821E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821E56

Black with #821E56

Text Example


Text Example

White with #821E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821E56; }

 p { color: rgb(130,30,86); }

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

background-color css

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

 a { background-color: rgb(130,30,86); }

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

border-color css

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

 span { border-color: rgb(130,30,86); }

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