Html Css Color HEX #821757 Rose Bud Cherry

📋 copy color: '#821757'

red 130 ◦ green 23 ◦ blue 87

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

Shades of Rose Bud Cherry #821757

Tints of Rose Bud Cherry #821757

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

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

R = 54.17%
G = 9.58%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#821757 (or 0x821757) is known color: Rose Bud Cherry. HEX triplet: 82, 17 and 57. RGB value is (130,23,87). Sum of RGB (Red+Green+Blue) = 130+23+87=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #821757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821757 is #7DE8A8. Grayscale: #3E3E3E. Windows color (decimal): -8251561 or 5707650. OLE color: 5707650.

HSL color Cylindrical-coordinate representation of color #821757: hue angle of 324.11º degrees, saturation: 0.7, 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 #821757 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 87 -
CMYK 0 0.82 0.33 0.49
HSL 324.11º 0.7% 0.3% -
HSV(B) 324.11º 0.82% 0.51% -
XYZ 11.23 6.05 9.59 -
YUV 62.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 130 23 87 0 0.82 0.33 0.49 324.11 0.7 0.3
Hex 82 17 57 0 52 21 31 144 46 1E
Octal 202 27 127 0 122 41 61 504 106 36
Binary 10000010 10111 1010111 0 1010010 100001 110001 101000100 1000110 11110

Color Harmonies of #821757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821757

Black with #821757

Text Example


Text Example

White with #821757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821757; }

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

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

background-color css

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

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

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

border-color css

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

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

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