Html Css Color HEX #841F54 Rose Bud Cherry

📋 copy color: '#841F54'

red 132 ◦ green 31 ◦ blue 84

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

Shades of Rose Bud Cherry #841F54

Tints of Rose Bud Cherry #841F54

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.55%

 BLUE value IS 84 (33.2% from 255) = 34.01%

R = 53.44%
G = 12.55%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#841F54 (or 0x841F54) is known color: Rose Bud Cherry. HEX triplet: 84, 1F and 54. RGB value is (132,31,84). Sum of RGB (Red+Green+Blue) = 132+31+84=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #841F54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841F54 is #7BE0AB. Grayscale: #434343. Windows color (decimal): -8118444 or 5513092. OLE color: 5513092.

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

Color convert

RGB 132 31 84 -
CMYK 0 0.77 0.36 0.48
HSL 328.51º 0.62% 0.32% -
HSV(B) 328.51º 0.77% 0.52% -
XYZ 11.61 6.53 9.04 -
YUV 67.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 132 31 84 0 0.77 0.36 0.48 328.51 0.62 0.32
Hex 84 1F 54 0 4D 24 30 149 3E 20
Octal 204 37 124 0 115 44 60 511 76 40
Binary 10000100 11111 1010100 0 1001101 100100 110000 101001001 111110 100000

Color Harmonies of #841F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F54

Black with #841F54

Text Example


Text Example

White with #841F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,31,84); }

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

background-color css

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

 a { background-color: rgb(132,31,84); }

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

border-color css

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

 span { border-color: rgb(132,31,84); }

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