Html Css Color HEX #841D57 Rose Bud Cherry

📋 copy color: '#841D57'

red 132 ◦ green 29 ◦ blue 87

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

Shades of Rose Bud Cherry #841D57

Tints of Rose Bud Cherry #841D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.69%

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

R = 53.23%
G = 11.69%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#841D57 (or 0x841D57) is known color: Rose Bud Cherry. HEX triplet: 84, 1D and 57. RGB value is (132,29,87). Sum of RGB (Red+Green+Blue) = 132+29+87=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #841D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D57 is #7BE2A8. Grayscale: #424242. Windows color (decimal): -8118953 or 5709188. OLE color: 5709188.

HSL color Cylindrical-coordinate representation of color #841D57: hue angle of 326.21º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #841D57 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 29 87 -
CMYK 0 0.78 0.34 0.48
HSL 326.21º 0.64% 0.32% -
HSV(B) 326.21º 0.78% 0.52% -
XYZ 11.68 6.47 9.65 -
YUV 66.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 132 29 87 0 0.78 0.34 0.48 326.21 0.64 0.32
Hex 84 1D 57 0 4E 22 30 146 40 20
Octal 204 35 127 0 116 42 60 506 100 40
Binary 10000100 11101 1010111 0 1001110 100010 110000 101000110 1000000 100000

Color Harmonies of #841D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D57

Black with #841D57

Text Example


Text Example

White with #841D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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