Html Css Color HEX #844F61 Cannon Pink

📋 copy color: '#844F61'

red 132 ◦ green 79 ◦ blue 97

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

Shades of Cannon Pink #844F61

Tints of Cannon Pink #844F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.65%

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 42.86%
G = 25.65%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#844F61 (or 0x844F61) is known color: Cannon Pink. HEX triplet: 84, 4F and 61. RGB value is (132,79,97). Sum of RGB (Red+Green+Blue) = 132+79+97=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #844F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844F61 is #7BB09E. Grayscale: #606060. Windows color (decimal): -8106143 or 6377348. OLE color: 6377348.

HSL color Cylindrical-coordinate representation of color #844F61: hue angle of 339.62º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #844F61 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 79 97 -
CMYK 0 0.40 0.27 0.48
HSL 339.62º 0.25% 0.41% -
HSV(B) 339.62º 0.4% 0.52% -
XYZ 14.47 11.36 12.74 -
YUV 96.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 132 79 97 0 0.40 0.27 0.48 339.62 0.25 0.41
Hex 84 4F 61 0 28 1B 30 154 19 29
Octal 204 117 141 0 50 33 60 524 31 51
Binary 10000100 1001111 1100001 0 101000 11011 110000 101010100 11001 101001

Color Harmonies of #844F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F61

Black with #844F61

Text Example


Text Example

White with #844F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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