Html Css Color HEX #841F4F Rose Bud Cherry

📋 copy color: '#841F4F'

red 132 ◦ green 31 ◦ blue 79

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

Shades of Rose Bud Cherry #841F4F

Tints of Rose Bud Cherry #841F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.64%

R = 54.55%
G = 12.81%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#841F4F (or 0x841F4F) is known color: Rose Bud Cherry. HEX triplet: 84, 1F and 4F. RGB value is (132,31,79). Sum of RGB (Red+Green+Blue) = 132+31+79=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #841F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #841F4F is #7BE0B0. Grayscale: #424242. Windows color (decimal): -8118449 or 5185412. OLE color: 5185412.

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

Color convert

RGB 132 31 79 -
CMYK 0 0.77 0.40 0.48
HSL 331.49º 0.62% 0.32% -
HSV(B) 331.49º 0.77% 0.52% -
XYZ 11.42 6.45 8.04 -
YUV 66.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 132 31 79 0 0.77 0.40 0.48 331.49 0.62 0.32
Hex 84 1F 4F 0 4D 28 30 14B 3E 20
Octal 204 37 117 0 115 50 60 513 76 40
Binary 10000100 11111 1001111 0 1001101 101000 110000 101001011 111110 100000

Color Harmonies of #841F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F4F

Black with #841F4F

Text Example


Text Example

White with #841F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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