Html Css Color HEX #821C57 Rose Bud Cherry

📋 copy color: '#821C57'

red 130 ◦ green 28 ◦ blue 87

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

Shades of Rose Bud Cherry #821C57

Tints of Rose Bud Cherry #821C57

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 53.06%
G = 11.43%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#821C57 (or 0x821C57) is known color: Rose Bud Cherry. HEX triplet: 82, 1C and 57. RGB value is (130,28,87). Sum of RGB (Red+Green+Blue) = 130+28+87=245 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.06% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 130 - color contains mainly: red. Hex color #821C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821C57 is #7DE3A8. Grayscale: #414141. Windows color (decimal): -8250281 or 5708930. OLE color: 5708930.

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

Color convert

RGB 130 28 87 -
CMYK 0 0.78 0.33 0.49
HSL 325.29º 0.65% 0.31% -
HSV(B) 325.29º 0.78% 0.51% -
XYZ 11.34 6.26 9.63 -
YUV 65.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 130 28 87 0 0.78 0.33 0.49 325.29 0.65 0.31
Hex 82 1C 57 0 4E 21 31 145 41 1F
Octal 202 34 127 0 116 41 61 505 101 37
Binary 10000010 11100 1010111 0 1001110 100001 110001 101000101 1000001 11111

Color Harmonies of #821C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C57

Black with #821C57

Text Example


Text Example

White with #821C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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