Html Css Color HEX #842D64 Rose Bud Cherry

📋 copy color: '#842D64'

red 132 ◦ green 45 ◦ blue 100

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

Shades of Rose Bud Cherry #842D64

Tints of Rose Bud Cherry #842D64

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 47.65%
G = 16.25%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#842D64 (or 0x842D64) is known color: Rose Bud Cherry. HEX triplet: 84, 2D and 64. RGB value is (132,45,100). Sum of RGB (Red+Green+Blue) = 132+45+100=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #842D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D64 is #7BD29B. Grayscale: #4D4D4D. Windows color (decimal): -8114844 or 6565252. OLE color: 6565252.

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

Color convert

RGB 132 45 100 -
CMYK 0 0.66 0.24 0.48
HSL 322.07º 0.49% 0.35% -
HSV(B) 322.07º 0.66% 0.52% -
XYZ 12.75 7.7 12.87 -
YUV 77.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 132 45 100 0 0.66 0.24 0.48 322.07 0.49 0.35
Hex 84 2D 64 0 42 18 30 142 31 23
Octal 204 55 144 0 102 30 60 502 61 43
Binary 10000100 101101 1100100 0 1000010 11000 110000 101000010 110001 100011

Color Harmonies of #842D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842D64

Black with #842D64

Text Example


Text Example

White with #842D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,45,100); }

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

background-color css

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

 a { background-color: rgb(132,45,100); }

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

border-color css

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

 span { border-color: rgb(132,45,100); }

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