Html Css Color HEX #821556 Rose Bud Cherry

📋 copy color: '#821556'

red 130 ◦ green 21 ◦ blue 86

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

Shades of Rose Bud Cherry #821556

Tints of Rose Bud Cherry #821556

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

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

R = 54.85%
G = 8.86%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#821556 (or 0x821556) is known color: Rose Bud Cherry. HEX triplet: 82, 15 and 56. RGB value is (130,21,86). Sum of RGB (Red+Green+Blue) = 130+21+86=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #821556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821556 is #7DEAA9. Grayscale: #3C3C3C. Windows color (decimal): -8252074 or 5641602. OLE color: 5641602.

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

Color convert

RGB 130 21 86 -
CMYK 0 0.84 0.34 0.49
HSL 324.22º 0.72% 0.3% -
HSV(B) 324.22º 0.84% 0.51% -
XYZ 11.15 5.95 9.37 -
YUV 61 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 130 21 86 0 0.84 0.34 0.49 324.22 0.72 0.3
Hex 82 15 56 0 54 22 31 144 48 1E
Octal 202 25 126 0 124 42 61 504 110 36
Binary 10000010 10101 1010110 0 1010100 100010 110001 101000100 1001000 11110

Color Harmonies of #821556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821556

Black with #821556

Text Example


Text Example

White with #821556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821556; }

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

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

background-color css

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

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

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

border-color css

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

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

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