Html Css Color HEX #842F5D Rose Bud Cherry

📋 copy color: '#842F5D'

red 132 ◦ green 47 ◦ blue 93

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

Shades of Rose Bud Cherry #842F5D

Tints of Rose Bud Cherry #842F5D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.28%

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 48.53%
G = 17.28%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#842F5D (or 0x842F5D) is known color: Rose Bud Cherry. HEX triplet: 84, 2F and 5D. RGB value is (132,47,93). Sum of RGB (Red+Green+Blue) = 132+47+93=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #842F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842F5D is #7BD0A2. Grayscale: #4D4D4D. Windows color (decimal): -8114339 or 6107012. OLE color: 6107012.

HSL color Cylindrical-coordinate representation of color #842F5D: hue angle of 327.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #842F5D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 47 93 -
CMYK 0 0.64 0.30 0.48
HSL 327.53º 0.47% 0.35% -
HSV(B) 327.53º 0.64% 0.52% -
XYZ 12.51 7.73 11.19 -
YUV 77.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 132 47 93 0 0.64 0.30 0.48 327.53 0.47 0.35
Hex 84 2F 5D 0 40 1E 30 148 2F 23
Octal 204 57 135 0 100 36 60 510 57 43
Binary 10000100 101111 1011101 0 1000000 11110 110000 101001000 101111 100011

Color Harmonies of #842F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842F5D

Black with #842F5D

Text Example


Text Example

White with #842F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842F5D; }

 p { color: rgb(132,47,93); }

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

background-color css

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

 a { background-color: rgb(132,47,93); }

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

border-color css

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

 span { border-color: rgb(132,47,93); }

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