Html Css Color HEX #844A5B Cannon Pink

📋 copy color: '#844A5B'

red 132 ◦ green 74 ◦ blue 91

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

Shades of Cannon Pink #844A5B

Tints of Cannon Pink #844A5B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 44.44%
G = 24.92%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#844A5B (or 0x844A5B) is known color: Cannon Pink. HEX triplet: 84, 4A and 5B. RGB value is (132,74,91). Sum of RGB (Red+Green+Blue) = 132+74+91=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #844A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A5B is #7BB5A4. Grayscale: #5D5D5D. Windows color (decimal): -8107429 or 5982852. OLE color: 5982852.

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

Color convert

RGB 132 74 91 -
CMYK 0 0.44 0.31 0.48
HSL 342.41º 0.28% 0.4% -
HSV(B) 342.41º 0.44% 0.52% -
XYZ 13.85 10.56 11.21 -
YUV 93.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 132 74 91 0 0.44 0.31 0.48 342.41 0.28 0.4
Hex 84 4A 5B 0 2C 1F 30 156 1C 28
Octal 204 112 133 0 54 37 60 526 34 50
Binary 10000100 1001010 1011011 0 101100 11111 110000 101010110 11100 101000

Color Harmonies of #844A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A5B

Black with #844A5B

Text Example


Text Example

White with #844A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,74,91); }

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

background-color css

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

 a { background-color: rgb(132,74,91); }

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

border-color css

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

 span { border-color: rgb(132,74,91); }

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