Html Css Color HEX #842657 Rose Bud Cherry

📋 copy color: '#842657'

red 132 ◦ green 38 ◦ blue 87

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

Shades of Rose Bud Cherry #842657

Tints of Rose Bud Cherry #842657

RGB

 RED value IS 132 (51.95% from 255) = 51.36%

 GREEN value IS 38 (15.23% from 255) = 14.79%

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

R = 51.36%
G = 14.79%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#842657 (or 0x842657) is known color: Rose Bud Cherry. HEX triplet: 84, 26 and 57. RGB value is (132,38,87). Sum of RGB (Red+Green+Blue) = 132+38+87=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #842657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842657 is #7BD9A8. Grayscale: #474747. Windows color (decimal): -8116649 or 5711492. OLE color: 5711492.

HSL color Cylindrical-coordinate representation of color #842657: hue angle of 328.72º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842657 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 38 87 -
CMYK 0 0.71 0.34 0.48
HSL 328.72º 0.55% 0.33% -
HSV(B) 328.72º 0.71% 0.52% -
XYZ 11.93 6.98 9.74 -
YUV 71.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 132 38 87 0 0.71 0.34 0.48 328.72 0.55 0.33
Hex 84 26 57 0 47 22 30 149 37 21
Octal 204 46 127 0 107 42 60 511 67 41
Binary 10000100 100110 1010111 0 1000111 100010 110000 101001001 110111 100001

Color Harmonies of #842657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842657

Black with #842657

Text Example


Text Example

White with #842657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842657; }

 p { color: rgb(132,38,87); }

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

background-color css

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

 a { background-color: rgb(132,38,87); }

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

border-color css

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

 span { border-color: rgb(132,38,87); }

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