Html Css Color HEX #842D5D Rose Bud Cherry

📋 copy color: '#842D5D'

red 132 ◦ green 45 ◦ blue 93

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

Shades of Rose Bud Cherry #842D5D

Tints of Rose Bud Cherry #842D5D

RGB

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

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

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

R = 48.89%
G = 16.67%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#842D5D (or 0x842D5D) is known color: Rose Bud Cherry. HEX triplet: 84, 2D and 5D. RGB value is (132,45,93). Sum of RGB (Red+Green+Blue) = 132+45+93=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #842D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842D5D is #7BD2A2. Grayscale: #4C4C4C. Windows color (decimal): -8114851 or 6106500. OLE color: 6106500.

HSL color Cylindrical-coordinate representation of color #842D5D: hue angle of 326.9º 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 #842D5D is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 45 93 -
CMYK 0 0.66 0.30 0.48
HSL 326.9º 0.49% 0.35% -
HSV(B) 326.9º 0.66% 0.52% -
XYZ 12.43 7.57 11.16 -
YUV 76.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 132 45 93 0 0.66 0.30 0.48 326.9 0.49 0.35
Hex 84 2D 5D 0 42 1E 30 147 31 23
Octal 204 55 135 0 102 36 60 507 61 43
Binary 10000100 101101 1011101 0 1000010 11110 110000 101000111 110001 100011

Color Harmonies of #842D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842D5D

Black with #842D5D

Text Example


Text Example

White with #842D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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