Html Css Color HEX #841D4D Rose Bud Cherry

📋 copy color: '#841D4D'

red 132 ◦ green 29 ◦ blue 77

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

Shades of Rose Bud Cherry #841D4D

Tints of Rose Bud Cherry #841D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.35%

R = 55.46%
G = 12.18%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#841D4D (or 0x841D4D) is known color: Rose Bud Cherry. HEX triplet: 84, 1D and 4D. RGB value is (132,29,77). Sum of RGB (Red+Green+Blue) = 132+29+77=238 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.46% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 132 - color contains mainly: red. Hex color #841D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841D4D is #7BE2B2. Grayscale: #414141. Windows color (decimal): -8118963 or 5053828. OLE color: 5053828.

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

Color convert

RGB 132 29 77 -
CMYK 0 0.78 0.42 0.48
HSL 332.04º 0.64% 0.32% -
HSV(B) 332.04º 0.78% 0.52% -
XYZ 11.29 6.32 7.65 -
YUV 65.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 132 29 77 0 0.78 0.42 0.48 332.04 0.64 0.32
Hex 84 1D 4D 0 4E 2A 30 14C 40 20
Octal 204 35 115 0 116 52 60 514 100 40
Binary 10000100 11101 1001101 0 1001110 101010 110000 101001100 1000000 100000

Color Harmonies of #841D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841D4D

Black with #841D4D

Text Example


Text Example

White with #841D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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