Html Css Color HEX #841D5D Rose Bud Cherry

📋 copy color: '#841D5D'

red 132 ◦ green 29 ◦ blue 93

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

Shades of Rose Bud Cherry #841D5D

Tints of Rose Bud Cherry #841D5D

RGB

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

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

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

R = 51.97%
G = 11.42%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#841D5D (or 0x841D5D) is known color: Rose Bud Cherry. HEX triplet: 84, 1D and 5D. RGB value is (132,29,93). Sum of RGB (Red+Green+Blue) = 132+29+93=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #841D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D5D is #7BE2A2. Grayscale: #424242. Windows color (decimal): -8118947 or 6102404. OLE color: 6102404.

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

Color convert

RGB 132 29 93 -
CMYK 0 0.78 0.30 0.48
HSL 322.72º 0.64% 0.32% -
HSV(B) 322.72º 0.78% 0.52% -
XYZ 11.93 6.57 11 -
YUV 67.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 132 29 93 0 0.78 0.30 0.48 322.72 0.64 0.32
Hex 84 1D 5D 0 4E 1E 30 143 40 20
Octal 204 35 135 0 116 36 60 503 100 40
Binary 10000100 11101 1011101 0 1001110 11110 110000 101000011 1000000 100000

Color Harmonies of #841D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D5D

Black with #841D5D

Text Example


Text Example

White with #841D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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