Html Css Color HEX #821859 Rose Bud Cherry

📋 copy color: '#821859'

red 130 ◦ green 24 ◦ blue 89

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

Shades of Rose Bud Cherry #821859

Tints of Rose Bud Cherry #821859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 53.5%
G = 9.88%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#821859 (or 0x821859) is known color: Rose Bud Cherry. HEX triplet: 82, 18 and 59. RGB value is (130,24,89). Sum of RGB (Red+Green+Blue) = 130+24+89=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #821859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821859 is #7DE7A6. Grayscale: #3E3E3E. Windows color (decimal): -8251303 or 5838978. OLE color: 5838978.

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

Color convert

RGB 130 24 89 -
CMYK 0 0.82 0.32 0.49
HSL 323.21º 0.69% 0.3% -
HSV(B) 323.21º 0.82% 0.51% -
XYZ 11.34 6.12 10.04 -
YUV 63.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 130 24 89 0 0.82 0.32 0.49 323.21 0.69 0.3
Hex 82 18 59 0 52 20 31 143 45 1E
Octal 202 30 131 0 122 40 61 503 105 36
Binary 10000010 11000 1011001 0 1010010 100000 110001 101000011 1000101 11110

Color Harmonies of #821859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821859

Black with #821859

Text Example


Text Example

White with #821859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821859; }

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

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

background-color css

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

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

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

border-color css

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

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

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