Html Css Color HEX #821857 Rose Bud Cherry

📋 copy color: '#821857'

red 130 ◦ green 24 ◦ blue 87

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

Shades of Rose Bud Cherry #821857

Tints of Rose Bud Cherry #821857

RGB

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

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

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

R = 53.94%
G = 9.96%
B = 36.1%

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

#821857 (or 0x821857) is known color: Rose Bud Cherry. HEX triplet: 82, 18 and 57. RGB value is (130,24,87). Sum of RGB (Red+Green+Blue) = 130+24+87=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #821857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821857 is #7DE7A8. Grayscale: #3E3E3E. Windows color (decimal): -8251305 or 5707906. OLE color: 5707906.

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

Color convert

RGB 130 24 87 -
CMYK 0 0.82 0.33 0.49
HSL 324.34º 0.69% 0.3% -
HSV(B) 324.34º 0.82% 0.51% -
XYZ 11.25 6.09 9.6 -
YUV 62.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 130 24 87 0 0.82 0.33 0.49 324.34 0.69 0.3
Hex 82 18 57 0 52 21 31 144 45 1E
Octal 202 30 127 0 122 41 61 504 105 36
Binary 10000010 11000 1010111 0 1010010 100001 110001 101000100 1000101 11110

Color Harmonies of #821857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821857

Black with #821857

Text Example


Text Example

White with #821857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821857; }

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

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

background-color css

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

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

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

border-color css

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

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

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