Html Css Color HEX #841554 Rose Bud Cherry

📋 copy color: '#841554'

red 132 ◦ green 21 ◦ blue 84

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

Shades of Rose Bud Cherry #841554

Tints of Rose Bud Cherry #841554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

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

R = 55.7%
G = 8.86%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#841554 (or 0x841554) is known color: Rose Bud Cherry. HEX triplet: 84, 15 and 54. RGB value is (132,21,84). Sum of RGB (Red+Green+Blue) = 132+21+84=237 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.70% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 132 - color contains mainly: red. Hex color #841554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841554 is #7BEAAB. Grayscale: #3D3D3D. Windows color (decimal): -8121004 or 5510532. OLE color: 5510532.

HSL color Cylindrical-coordinate representation of color #841554: hue angle of 325.95º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841554 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 21 84 -
CMYK 0 0.84 0.36 0.48
HSL 325.95º 0.73% 0.3% -
HSV(B) 325.95º 0.84% 0.52% -
XYZ 11.38 6.08 8.96 -
YUV 61.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 132 21 84 0 0.84 0.36 0.48 325.95 0.73 0.3
Hex 84 15 54 0 54 24 30 146 49 1E
Octal 204 25 124 0 124 44 60 506 111 36
Binary 10000100 10101 1010100 0 1010100 100100 110000 101000110 1001001 11110

Color Harmonies of #841554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841554

Black with #841554

Text Example


Text Example

White with #841554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841554; }

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

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

background-color css

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

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

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

border-color css

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

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

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