Html Css Color HEX #842958 Rose Bud Cherry

📋 copy color: '#842958'

red 132 ◦ green 41 ◦ blue 88

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

Shades of Rose Bud Cherry #842958

Tints of Rose Bud Cherry #842958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

 BLUE value IS 88 (34.77% from 255) = 33.72%

R = 50.57%
G = 15.71%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#842958 (or 0x842958) is known color: Rose Bud Cherry. HEX triplet: 84, 29 and 58. RGB value is (132,41,88). Sum of RGB (Red+Green+Blue) = 132+41+88=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #842958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842958 is #7BD6A7. Grayscale: #494949. Windows color (decimal): -8115880 or 5777796. OLE color: 5777796.

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

Color convert

RGB 132 41 88 -
CMYK 0 0.69 0.33 0.48
HSL 329.01º 0.53% 0.34% -
HSV(B) 329.01º 0.69% 0.52% -
XYZ 12.07 7.2 9.99 -
YUV 73.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 132 41 88 0 0.69 0.33 0.48 329.01 0.53 0.34
Hex 84 29 58 0 45 21 30 149 35 22
Octal 204 51 130 0 105 41 60 511 65 42
Binary 10000100 101001 1011000 0 1000101 100001 110000 101001001 110101 100010

Color Harmonies of #842958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842958

Black with #842958

Text Example


Text Example

White with #842958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842958; }

 p { color: rgb(132,41,88); }

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

background-color css

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

 a { background-color: rgb(132,41,88); }

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

border-color css

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

 span { border-color: rgb(132,41,88); }

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