Html Css Color HEX #844D5F Cannon Pink

📋 copy color: '#844D5F'

red 132 ◦ green 77 ◦ blue 95

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

Shades of Cannon Pink #844D5F

Tints of Cannon Pink #844D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

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

R = 43.42%
G = 25.33%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#844D5F (or 0x844D5F) is known color: Cannon Pink. HEX triplet: 84, 4D and 5F. RGB value is (132,77,95). Sum of RGB (Red+Green+Blue) = 132+77+95=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #844D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D5F is #7BB2A0. Grayscale: #5F5F5F. Windows color (decimal): -8106657 or 6245764. OLE color: 6245764.

HSL color Cylindrical-coordinate representation of color #844D5F: hue angle of 340.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #844D5F is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 77 95 -
CMYK 0 0.42 0.28 0.48
HSL 340.36º 0.26% 0.41% -
HSV(B) 340.36º 0.42% 0.52% -
XYZ 14.24 11.04 12.21 -
YUV 95.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 132 77 95 0 0.42 0.28 0.48 340.36 0.26 0.41
Hex 84 4D 5F 0 2A 1C 30 154 1A 29
Octal 204 115 137 0 52 34 60 524 32 51
Binary 10000100 1001101 1011111 0 101010 11100 110000 101010100 11010 101001

Color Harmonies of #844D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D5F

Black with #844D5F

Text Example


Text Example

White with #844D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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