Html Css Color HEX #821657 Rose Bud Cherry

📋 copy color: '#821657'

red 130 ◦ green 22 ◦ blue 87

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

Shades of Rose Bud Cherry #821657

Tints of Rose Bud Cherry #821657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 54.39%
G = 9.21%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#821657 (or 0x821657) is known color: Rose Bud Cherry. HEX triplet: 82, 16 and 57. RGB value is (130,22,87). Sum of RGB (Red+Green+Blue) = 130+22+87=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #821657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821657 is #7DE9A8. Grayscale: #3D3D3D. Windows color (decimal): -8251817 or 5707394. OLE color: 5707394.

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

Color convert

RGB 130 22 87 -
CMYK 0 0.83 0.33 0.49
HSL 323.89º 0.71% 0.3% -
HSV(B) 323.89º 0.83% 0.51% -
XYZ 11.21 6.01 9.59 -
YUV 61.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 130 22 87 0 0.83 0.33 0.49 323.89 0.71 0.3
Hex 82 16 57 0 53 21 31 144 47 1E
Octal 202 26 127 0 123 41 61 504 107 36
Binary 10000010 10110 1010111 0 1010011 100001 110001 101000100 1000111 11110

Color Harmonies of #821657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821657

Black with #821657

Text Example


Text Example

White with #821657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821657; }

 p { color: rgb(130,22,87); }

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

background-color css

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

 a { background-color: rgb(130,22,87); }

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

border-color css

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

 span { border-color: rgb(130,22,87); }

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