Html Css Color HEX #841F5F Rose Bud Cherry

📋 copy color: '#841F5F'

red 132 ◦ green 31 ◦ blue 95

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

Shades of Rose Bud Cherry #841F5F

Tints of Rose Bud Cherry #841F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 51.16%
G = 12.02%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#841F5F (or 0x841F5F) is known color: Rose Bud Cherry. HEX triplet: 84, 1F and 5F. RGB value is (132,31,95). Sum of RGB (Red+Green+Blue) = 132+31+95=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #841F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841F5F is #7BE0A0. Grayscale: #444444. Windows color (decimal): -8118433 or 6233988. OLE color: 6233988.

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

Color convert

RGB 132 31 95 -
CMYK 0 0.77 0.28 0.48
HSL 321.98º 0.62% 0.32% -
HSV(B) 321.98º 0.77% 0.52% -
XYZ 12.07 6.71 11.49 -
YUV 68.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 132 31 95 0 0.77 0.28 0.48 321.98 0.62 0.32
Hex 84 1F 5F 0 4D 1C 30 142 3E 20
Octal 204 37 137 0 115 34 60 502 76 40
Binary 10000100 11111 1011111 0 1001101 11100 110000 101000010 111110 100000

Color Harmonies of #841F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F5F

Black with #841F5F

Text Example


Text Example

White with #841F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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