Html Css Color HEX #83565E Cannon Pink

📋 copy color: '#83565E'

red 131 ◦ green 86 ◦ blue 94

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

Shades of Cannon Pink #83565E

Tints of Cannon Pink #83565E

RGB

 RED value IS 131 (51.56% from 255) = 42.12%

 GREEN value IS 86 (33.98% from 255) = 27.65%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 42.12%
G = 27.65%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83565E (or 0x83565E) is known color: Cannon Pink. HEX triplet: 83, 56 and 5E. RGB value is (131,86,94). Sum of RGB (Red+Green+Blue) = 131+86+94=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #83565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83565E is #7CA9A1. Grayscale: #646464. Windows color (decimal): -8169890 or 6182531. OLE color: 6182531.

HSL color Cylindrical-coordinate representation of color #83565E: hue angle of 349.33º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83565E is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 86 94 -
CMYK 0 0.34 0.28 0.49
HSL 349.33º 0.21% 0.43% -
HSV(B) 349.33º 0.34% 0.51% -
XYZ 14.71 12.29 12.19 -
YUV 100.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 131 86 94 0 0.34 0.28 0.49 349.33 0.21 0.43
Hex 83 56 5E 0 22 1C 31 15D 15 2B
Octal 203 126 136 0 42 34 61 535 25 53
Binary 10000011 1010110 1011110 0 100010 11100 110001 101011101 10101 101011

Color Harmonies of #83565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83565E

Black with #83565E

Text Example


Text Example

White with #83565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83565E; }

 p { color: rgb(131,86,94); }

 H1.HeaderClassName
 {
   color: #83565E;
 }
 .AnyTagClassName
 {
   color: #83565E;
 }
</style>

background-color css

<style>
 a { background-color: #83565E; }

 a { background-color: rgb(131,86,94); }

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

border-color css

<style>
 span { border-color: #83565E; }

 span { border-color: rgb(131,86,94); }

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