Html Css Color HEX #844D5A Cannon Pink

📋 copy color: '#844D5A'

red 132 ◦ green 77 ◦ blue 90

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

Shades of Cannon Pink #844D5A

Tints of Cannon Pink #844D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 44.15%
G = 25.75%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#844D5A (or 0x844D5A) is known color: Cannon Pink. HEX triplet: 84, 4D and 5A. RGB value is (132,77,90). Sum of RGB (Red+Green+Blue) = 132+77+90=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #844D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D5A is #7BB2A5. Grayscale: #5E5E5E. Windows color (decimal): -8106662 or 5918084. OLE color: 5918084.

HSL color Cylindrical-coordinate representation of color #844D5A: hue angle of 345.82º 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 #844D5A is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 77 90 -
CMYK 0 0.42 0.32 0.48
HSL 345.82º 0.26% 0.41% -
HSV(B) 345.82º 0.42% 0.52% -
XYZ 14.02 10.95 11.05 -
YUV 94.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 132 77 90 0 0.42 0.32 0.48 345.82 0.26 0.41
Hex 84 4D 5A 0 2A 20 30 15A 1A 29
Octal 204 115 132 0 52 40 60 532 32 51
Binary 10000100 1001101 1011010 0 101010 100000 110000 101011010 11010 101001

Color Harmonies of #844D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D5A

Black with #844D5A

Text Example


Text Example

White with #844D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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