Html Css Color HEX #821559 Rose Bud Cherry

📋 copy color: '#821559'

red 130 ◦ green 21 ◦ blue 89

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

Shades of Rose Bud Cherry #821559

Tints of Rose Bud Cherry #821559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 54.17%
G = 8.75%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#821559 (or 0x821559) is known color: Rose Bud Cherry. HEX triplet: 82, 15 and 59. RGB value is (130,21,89). Sum of RGB (Red+Green+Blue) = 130+21+89=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #821559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821559 is #7DEAA6. Grayscale: #3D3D3D. Windows color (decimal): -8252071 or 5838210. OLE color: 5838210.

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

Color convert

RGB 130 21 89 -
CMYK 0 0.84 0.32 0.49
HSL 322.57º 0.72% 0.3% -
HSV(B) 322.57º 0.84% 0.51% -
XYZ 11.28 6 10.02 -
YUV 61.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 130 21 89 0 0.84 0.32 0.49 322.57 0.72 0.3
Hex 82 15 59 0 54 20 31 143 48 1E
Octal 202 25 131 0 124 40 61 503 110 36
Binary 10000010 10101 1011001 0 1010100 100000 110001 101000011 1001000 11110

Color Harmonies of #821559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821559

Black with #821559

Text Example


Text Example

White with #821559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821559; }

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

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

background-color css

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

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

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

border-color css

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

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

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